starcheese/main.tscn

64 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2025-01-04 02:25:39 +01:00
[gd_scene load_steps=10 format=3 uid="uid://8ocp10j32f62"]
2024-10-01 16:43:34 +02:00
2024-10-03 18:12:33 +01:00
[ext_resource type="Script" path="res://main.gd" id="1_eedai"]
2024-10-01 16:43:34 +02:00
[ext_resource type="Texture2D" uid="uid://y6phkg4twpdm" path="res://images/bg_space_seamless.png" id="1_rpyi5"]
2024-11-12 15:05:38 +01:00
[ext_resource type="PackedScene" uid="uid://dej58eek7fudd" path="res://spaceship.tscn" id="3_h8rrl"]
2025-01-04 02:25:39 +01:00
[ext_resource type="Script" path="res://spawn_button.gd" id="4_ixico"]
[ext_resource type="Script" path="res://DebugOverlay.gd" id="5_h77fc"]
[ext_resource type="Script" path="res://DebugManager.gd" id="6_2knji"]
[ext_resource type="Script" path="res://remove_cheese_button.gd" id="8_qgjgg"]
[ext_resource type="Script" path="res://debug_console.gd" id="9_13jbc"]
[ext_resource type="Script" path="res://spawn_asteroid_button.gd" id="9_21dg0"]
2024-10-01 16:43:34 +02:00
[node name="Main" type="Node2D"]
2024-10-03 18:12:33 +01:00
script = ExtResource("1_eedai")
2024-10-01 16:43:34 +02:00
[node name="background" type="Sprite2D" parent="."]
position = Vector2(955, 537)
scale = Vector2(2, 2)
texture = ExtResource("1_rpyi5")
2024-11-12 15:05:38 +01:00
metadata/_edit_lock_ = true
2024-10-01 16:43:34 +02:00
[node name="SpawnAsteroidButton" type="Button" parent="."]
offset_left = 72.0
offset_top = 993.0
offset_right = 249.0
offset_bottom = 1049.0
text = "SPAWN ASTEROID"
script = ExtResource("9_21dg0")
2025-01-04 02:25:39 +01:00
[node name="SpawnCheeseButton" type="Button" parent="."]
offset_left = 264.0
offset_top = 992.0
offset_right = 445.0
offset_bottom = 1049.0
text = "SPAWN CHEESE"
script = ExtResource("4_ixico")
[node name="Remove1CheeseButton" type="Button" parent="."]
offset_left = 461.0
offset_top = 992.0
offset_right = 808.0
offset_bottom = 1050.0
text = "REMOVE 1 CHEESE FROM CARGO"
script = ExtResource("8_qgjgg")
[node name="spaceship" parent="." instance=ExtResource("3_h8rrl")]
[node name="DebugManager" type="CanvasLayer" parent="."]
script = ExtResource("6_2knji")
[node name="DebugOverlay" type="CanvasLayer" parent="."]
script = ExtResource("5_h77fc")
[node name="DebugConsole" type="RichTextLabel" parent="."]
offset_left = 1015.0
offset_top = 834.0
offset_right = 1719.0
offset_bottom = 1051.0
focus_mode = 2
bbcode_enabled = true
scroll_following = true
selection_enabled = true
script = ExtResource("9_13jbc")