tomato-dungeon

a game made in 1 day
git clone git://git.vgx.fr/tomato-dungeon
Log | Files | Refs | README

diable.tscn (230B)


      1 [gd_scene load_steps=3 format=2]
      2 
      3 [ext_resource path="res://monstre.tscn" type="PackedScene" id=1]
      4 [ext_resource path="res://diable.gd" type="Script" id=2]
      5 
      6 [node name="diable" instance=ExtResource( 1 )]
      7 script = ExtResource( 2 )