LD46/Goal.tscn
2020-04-19 16:16:40 -04:00

15 lines
355 B
Plaintext

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