20 lines
579 B
Plaintext
20 lines
579 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://julian.png" type="Texture" id=1]
|
|
[ext_resource path="res://SpawnTimer.gd" type="Script" id=2]
|
|
[ext_resource path="res://Main.gd" type="Script" id=3]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="julian" type="Sprite" parent="."]
|
|
position = Vector2( 520, 267 )
|
|
scale = Vector2( 0.34625, 0.34625 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="SpawnTimer" type="Timer" parent="."]
|
|
autostart = true
|
|
script = ExtResource( 2 )
|
|
|
|
[connection signal="timeout" from="SpawnTimer" to="." method="_timeout"]
|