2018-09-22 08:44:07 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2018-08-07 08:18:26 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://game_scene/game_scene.gd" type="Script" id=1]
|
2018-08-25 08:05:54 +00:00
|
|
|
[ext_resource path="res://game_scene/Game/Game.tscn" type="PackedScene" id=2]
|
2018-09-22 08:45:39 +00:00
|
|
|
[ext_resource path="res://scenes/Game/markers/arrow_z.tscn" type="PackedScene" id=3]
|
2018-08-07 08:18:26 +00:00
|
|
|
|
|
|
|
[node name="game_scene" type="Node"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2019-12-10 20:40:32 +00:00
|
|
|
[node name="Game" parent="." instance=ExtResource( 2 )]
|
2018-08-07 08:18:26 +00:00
|
|
|
|
2019-12-10 20:40:32 +00:00
|
|
|
[node name="start_position" parent="." instance=ExtResource( 3 )]
|
|
|
|
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, -15 )
|