2025-09-16 11:44:16 +02:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://cxo6bq26huau7"]
|
2025-09-15 19:15:43 +02:00
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cmaovvr15b3qk" path="res://player.tscn" id="2_1bvp3"]
|
2025-09-16 00:28:49 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://chu67ci7sl488" path="res://ghost.tscn" id="3_h2yge"]
|
2025-09-15 19:15:43 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://jjoyj1ldafkf" path="res://earth.tscn" id="3_lquwl"]
|
2025-09-16 11:44:16 +02:00
|
|
|
[ext_resource type="Script" uid="uid://colvx6wq0e8n7" path="res://building_generator.gd" id="4_1bvp3"]
|
2025-09-15 19:15:43 +02:00
|
|
|
|
|
|
|
|
[node name="main" type="Node2D"]
|
|
|
|
|
|
2025-09-16 11:04:54 +02:00
|
|
|
[node name="Earth" parent="." instance=ExtResource("3_lquwl")]
|
|
|
|
|
|
2025-09-15 19:15:43 +02:00
|
|
|
[node name="Player" parent="." instance=ExtResource("2_1bvp3")]
|
2025-09-16 00:28:49 +02:00
|
|
|
position = Vector2(500, -3100)
|
2025-09-15 19:15:43 +02:00
|
|
|
scale = Vector2(3, 3)
|
|
|
|
|
|
2025-09-16 00:28:49 +02:00
|
|
|
[node name="Ghost" parent="." instance=ExtResource("3_h2yge")]
|
|
|
|
|
position = Vector2(0, -3200)
|
2025-09-16 11:44:16 +02:00
|
|
|
|
|
|
|
|
[node name="Building Generator" type="Node" parent="."]
|
|
|
|
|
script = ExtResource("4_1bvp3")
|