32 lines
923 B
Plaintext
32 lines
923 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Scripts/rotaa.gd" type="Script" id=1]
|
|
[ext_resource path="res://Graphics/Placeholder.png" type="Texture" id=2]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="Placeholder" type="Sprite" parent="."]
|
|
position = Vector2( 512, 296 )
|
|
texture = ExtResource( 2 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Placeholder2" type="Sprite" parent="."]
|
|
position = Vector2( 18.3143, 583.069 )
|
|
texture = ExtResource( 2 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Placeholder3" type="Sprite" parent="."]
|
|
position = Vector2( 1006.32, 582.178 )
|
|
texture = ExtResource( 2 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Placeholder4" type="Sprite" parent="."]
|
|
position = Vector2( 1006.49, 16.5036 )
|
|
texture = ExtResource( 2 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Placeholder5" type="Sprite" parent="."]
|
|
position = Vector2( 16.2689, 17.0209 )
|
|
texture = ExtResource( 2 )
|
|
script = ExtResource( 1 )
|