the last-minute bandaids...

This commit is contained in:
Haze Weathers 2025-07-23 10:58:14 -06:00
parent e860dca79a
commit 7d6f61bdb1
3 changed files with 7 additions and 5 deletions

View file

@ -33,7 +33,7 @@ func _ready():
if not OS.is_debug_build():
debug = false
else:
debug = true
debug = false
func _physics_process(delta):
#DEBUG

View file

@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources"
include_filter="scoreboard_host.txt"
exclude_filter=""
export_path="build/windows/Revolution 2083.exe"
export_path="build/windows/munchy.exe"
script_export_mode=1
script_encryption_key=""
@ -31,7 +31,7 @@ codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/modify_resources=true
application/modify_resources=false
application/icon="res://icon.ico"
application/icon_interpolation=0
application/file_version="1.1.0.0"
@ -51,7 +51,7 @@ custom_features=""
export_filter="all_resources"
include_filter="scoreboard_host.txt"
exclude_filter=""
export_path="build/linux/Revolution 2083.x86_64"
export_path="build/linux/munchy.x86_64"
script_export_mode=1
script_encryption_key=""

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=40 format=2]
[gd_scene load_steps=41 format=2]
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=1]
[ext_resource path="res://maps/future/mountain_future.gd" type="Script" id=2]
@ -24,6 +24,7 @@
[ext_resource path="res://tilesets/t_death.tres" type="TileSet" id=22]
[ext_resource path="res://tilesets/t_ladders.tres" type="TileSet" id=23]
[ext_resource path="res://shaders/wibble_border.gdshader" type="Shader" id=24]
[ext_resource path="res://audio/music/bacon_nog.ogg" type="AudioStream" id=25]
[ext_resource path="res://objects/environment/exit/exit.tscn" type="PackedScene" id=26]
[ext_resource path="res://graphics/particles/raindrop.png" type="Texture" id=33]
[ext_resource path="res://audio/sounds/msx_ending.ogg" type="AudioStream" id=35]
@ -99,6 +100,7 @@ __meta__ = {
"_edit_horizontal_guides_": [ -192.0, 192.0, 384.0 ],
"_edit_vertical_guides_": [ 256.0, 0.0, 512.0, -256.0 ]
}
music = ExtResource( 25 )
min_interval = 1.0
max_interval = 8.0
fade_time = 1.0