blob: c107649864d703d01257189675f40d20ccc03da7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Scenes/Monster.tscn" type="PackedScene" id=1]
[ext_resource path="res://Scenes/MonsterRandCardinal.gd" type="Script" id=2]
[ext_resource path="res://Assets/Enemies/Slime-RandCardinal-Monster.png" type="Texture" id=3]
[node name="MonsterRandCardinal" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="Sprite3D" parent="." index="0"]
texture = ExtResource( 3 )
|