godot-space-escape/scenes/Main.tscn

27 lines
857 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://images/background-red.png" type="Texture" id=1]
[ext_resource path="res://scenes/Player.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/BigAstroid.tscn" type="PackedScene" id=3]
[node name="Main" type="Node"]
[node name="background" type="ParallaxBackground" parent="."]
[node name="ParallaxLayer" type="ParallaxLayer" parent="background"]
[node name="background-red" type="Sprite" parent="background/ParallaxLayer"]
position = Vector2( 390, 211 )
texture = ExtResource( 1 )
[node name="Player" parent="." instance=ExtResource( 2 )]
position = Vector2( 490, 190 )
[node name="StartPosition" type="Position2D" parent="."]
[node name="BigAstroid" parent="." instance=ExtResource( 3 )]
position = Vector2( 350, 220 )
[node name="TileMap" type="TileMap" parent="."]
format = 1