oops committed everything at once!

This commit is contained in:
pennyrigate 2023-11-29 23:51:11 -05:00
parent 51677cd402
commit 46b0f5b2a6
6 changed files with 27 additions and 20 deletions

View file

@ -44,6 +44,7 @@ const a_final_score = preload("res://audio/sounds/final_score.ogg")
const a_land = preload("res://audio/sounds/land.ogg")
const a_teleport = preload("res://audio/sounds/teleport.ogg")
const a_mkey = preload("res://audio/sounds/mkey.ogg")
const a_msx_die = preload("res://audio/sounds/msx_die.ogg")
var loop_section = null
var has_looped = false

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://autoloads/debug.gd" type="Script" id=1]
[ext_resource path="res://ui/2ndpuberty_scholar_no_dropshadow.fnt" type="BitmapFont" id=2]
[ext_resource path="res://ui/2ndpuberty_scholar.fnt" type="BitmapFont" id=2]
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=3]
[node name="Debug" type="CanvasLayer" groups=["viewport_autoload"]]