LD46/Enemy.tscn
2020-04-19 17:55:28 -05:00

14 lines
358 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Enemy.gd" type="Script" id=1]
[ext_resource path="res://textures/enemy.png" type="Texture" id=2]
[node name="Enemy" type="Node2D"]
script = ExtResource( 1 )
[node name="EnemyTexture" type="TextureRect" parent="."]
margin_right = 40.0
margin_bottom = 40.0
texture = ExtResource( 2 )
expand = true