1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-25 17:44:22 +00:00
looping-for-loops/Scenes/Main.tscn

13 lines
396 B
Text
Raw Normal View History

2020-10-03 01:20:01 +00:00
[gd_scene load_steps=3 format=2]
2020-10-03 01:07:51 +00:00
2020-10-03 01:20:01 +00:00
[ext_resource path="res://Scenes/Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://Scenes/Conductor.tscn" type="PackedScene" id=2]
2020-10-03 01:07:51 +00:00
[node name="Main" type="Node2D"]
2020-10-03 01:20:01 +00:00
[node name="Conductor" parent="." instance=ExtResource( 2 )]
2020-10-03 01:07:51 +00:00
song_offset = 200000.0
2020-10-03 01:20:01 +00:00
[node name="Player" parent="." instance=ExtResource( 1 )]
position = Vector2( 293.919, 200.506 )