gmtk2021/Scenes/TestScn.tscn
2021-06-12 16:30:51 +02:00

55 lines
1.8 KiB
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Scripts/rotaa.gd" type="Script" id=1]
[ext_resource path="res://Graphics/Placeholder.png" type="Texture" id=2]
[ext_resource path="res://Scenes/PersonBase.tscn" type="PackedScene" id=3]
[ext_resource path="res://Scenes/Spot.tscn" type="PackedScene" id=4]
[node name="Scene" type="Node2D"]
[node name="ExportTestPlaceholders" type="Node2D" parent="."]
visible = false
[node name="Placeholder" type="Sprite" parent="ExportTestPlaceholders"]
position = Vector2( 512, 296 )
texture = ExtResource( 2 )
script = ExtResource( 1 )
[node name="Placeholder2" type="Sprite" parent="ExportTestPlaceholders"]
position = Vector2( 18.3143, 583.069 )
texture = ExtResource( 2 )
script = ExtResource( 1 )
[node name="Placeholder3" type="Sprite" parent="ExportTestPlaceholders"]
position = Vector2( 1006.32, 582.178 )
texture = ExtResource( 2 )
script = ExtResource( 1 )
[node name="Placeholder4" type="Sprite" parent="ExportTestPlaceholders"]
position = Vector2( 1006.49, 16.5036 )
texture = ExtResource( 2 )
script = ExtResource( 1 )
[node name="Placeholder5" type="Sprite" parent="ExportTestPlaceholders"]
position = Vector2( 16.2689, 17.0209 )
texture = ExtResource( 2 )
script = ExtResource( 1 )
[node name="Spot" parent="." instance=ExtResource( 4 )]
position = Vector2( 192, 256 )
[node name="Spot2" parent="." instance=ExtResource( 4 )]
position = Vector2( 192, 64 )
[node name="Spot3" parent="." instance=ExtResource( 4 )]
position = Vector2( 832, 192 )
[node name="PersonRoot" parent="." instance=ExtResource( 3 )]
position = Vector2( 304, 408 )
[node name="PersonRoot2" parent="." instance=ExtResource( 3 )]
position = Vector2( 456, 448 )
[node name="PersonRoot3" parent="." instance=ExtResource( 3 )]
position = Vector2( 616, 272 )