debug off

This commit is contained in:
Rendo 2025-07-01 18:39:23 +05:00
commit b73b53d6be
2 changed files with 3 additions and 2 deletions

View file

@ -11,6 +11,7 @@ config_version=5
[application] [application]
config/name="Liberation of the Neighbourville" config/name="Liberation of the Neighbourville"
config/version="0.1.3"
run/main_scene="uid://bfstrli64u23y" run/main_scene="uid://bfstrli64u23y"
config/features=PackedStringArray("4.4", "C#", "Forward Plus") config/features=PackedStringArray("4.4", "C#", "Forward Plus")
config/icon="res://icon.png" config/icon="res://icon.png"
@ -21,7 +22,7 @@ config/windows_native_icon="res://icon.ico"
LevelController="*res://scripts/LevelController.cs" LevelController="*res://scripts/LevelController.cs"
Cursor="*res://scripts/Cursor.cs" Cursor="*res://scripts/Cursor.cs"
GameRegistry="*res://scripts/systems/GameRegistry.cs" GameRegistry="*res://scripts/systems/GameRegistry.cs"
Cheats="*res://scripts/debug/Cheats.cs" Cheats="res://scripts/debug/Cheats.cs"
AudioSequencer="*res://scenes/audio_sequencer.tscn" AudioSequencer="*res://scenes/audio_sequencer.tscn"
[display] [display]

View file

@ -182,7 +182,7 @@ size = Vector2(282, 399)
[node name="Data" type="Node" parent="."] [node name="Data" type="Node" parent="."]
script = ExtResource("1_tnxdx") script = ExtResource("1_tnxdx")
SunCount = 10000 SunCount = 50
[node name="Background" type="Sprite2D" parent="."] [node name="Background" type="Sprite2D" parent="."]
position = Vector2(500, 200) position = Vector2(500, 200)