27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://cfculwiy7mtdc"]
|
|
|
|
[ext_resource type="Script" uid="uid://cvoco1axom40" path="res://scenes/main/main.gd" id="1_kdt4m"]
|
|
[ext_resource type="PackedScene" uid="uid://bmc2exqutt6vu" path="res://scenes/spaceShip/player/player.tscn" id="2_ia3nl"]
|
|
[ext_resource type="Texture2D" uid="uid://beyhkcr2uvmc7" path="res://assets/space.png" id="2_l3cfh"]
|
|
[ext_resource type="PackedScene" uid="uid://dm0rd88xd5m7k" path="res://scenes/pools/pools.tscn" id="3_2s0fe"]
|
|
|
|
[node name="main" type="Node2D"]
|
|
script = ExtResource("1_kdt4m")
|
|
|
|
[node name="obstaclesSpawnTimer" type="Timer" parent="."]
|
|
autostart = true
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
modulate = Color(0.605274, 0.605274, 0.605274, 1)
|
|
offset_left = -147424.0
|
|
offset_top = -96136.0
|
|
offset_right = 176160.0
|
|
offset_bottom = 137080.0
|
|
texture = ExtResource("2_l3cfh")
|
|
stretch_mode = 1
|
|
|
|
[node name="Pools" parent="." instance=ExtResource("3_2s0fe")]
|
|
|
|
[node name="Player" parent="." instance=ExtResource("2_ia3nl")]
|
|
|
|
[connection signal="timeout" from="obstaclesSpawnTimer" to="." method="_on_obstacles_spawn_timer_timeout"]
|