forked from team-sg/hero-mark-2
oops committed everything at once!
This commit is contained in:
parent
51677cd402
commit
46b0f5b2a6
6 changed files with 27 additions and 20 deletions
|
@ -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
|
||||
|
|
|
@ -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"]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue