forked from team-sg/hero-mark-2
oggification (closes #68)
This commit is contained in:
parent
e6ed63dd60
commit
3bab40915c
29 changed files with 97 additions and 97 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
[ext_resource path="res://objects/environment/ladder/ladder.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://objects/hud/hud.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://audio/music/rumble_loop.ogg" type="AudioStream" id=3]
|
||||
[ext_resource path="res://objects/collectibles/star.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://objects/collectibles/key.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=6]
|
||||
|
@ -18,7 +19,6 @@
|
|||
[ext_resource path="res://objects/collectibles/shard.tscn" type="PackedScene" id=17]
|
||||
[ext_resource path="res://scripts/delete_on_game_running.gd" type="Script" id=18]
|
||||
[ext_resource path="res://maps/map.gd" type="Script" id=19]
|
||||
[ext_resource path="res://audio/music/rumble_loop.mp3" type="AudioStream" id=20]
|
||||
[ext_resource path="res://tilesets/t_ladders.tres" type="TileSet" id=21]
|
||||
[ext_resource path="res://objects/lore/hills/bioslime.tscn" type="PackedScene" id=22]
|
||||
[ext_resource path="res://objects/lore/hills/catbat.tscn" type="PackedScene" id=23]
|
||||
|
@ -34,7 +34,7 @@ pause_mode = 1
|
|||
script = ExtResource( 19 )
|
||||
target_time_any = 70
|
||||
target_time_100 = 180
|
||||
music = ExtResource( 20 )
|
||||
music = ExtResource( 3 )
|
||||
lore_entries = [ ExtResource( 25 ), ExtResource( 24 ), ExtResource( 22 ), ExtResource( 23 ) ]
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue