forked from team-sg/hero-mark-2
added klystron vip to stg-2600 fight
This commit is contained in:
parent
d2cf53e5e1
commit
76f68b59b6
5 changed files with 19 additions and 17 deletions
Binary file not shown.
|
@ -1,15 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
path="res://.import/klystron_vip.mp3-6acb7b94af743d68bb6c83c484d7cc06.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://audio/music/klystron_vip.mp3"
|
||||
dest_files=[ "res://.import/klystron_vip.mp3-6acb7b94af743d68bb6c83c484d7cc06.mp3str" ]
|
||||
|
||||
[params]
|
||||
|
||||
loop=true
|
||||
loop_offset=0
|
BIN
audio/music/klystron_vip.ogg
Normal file
BIN
audio/music/klystron_vip.ogg
Normal file
Binary file not shown.
15
audio/music/klystron_vip.ogg.import
Normal file
15
audio/music/klystron_vip.ogg.import
Normal file
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="ogg_vorbis"
|
||||
type="AudioStreamOGGVorbis"
|
||||
path="res://.import/klystron_vip.ogg-fb327691a1b5cc895d2d8258fd374fdb.oggstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://audio/music/klystron_vip.ogg"
|
||||
dest_files=[ "res://.import/klystron_vip.ogg-fb327691a1b5cc895d2d8258fd374fdb.oggstr" ]
|
||||
|
||||
[params]
|
||||
|
||||
loop=true
|
||||
loop_offset=0
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=14 format=2]
|
||||
[gd_scene load_steps=15 format=2]
|
||||
|
||||
[ext_resource path="res://tilesets/t_factory.tres" type="TileSet" id=1]
|
||||
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=2]
|
||||
|
@ -6,6 +6,7 @@
|
|||
[ext_resource path="res://graphics/backgrounds/factory.png" type="Texture" id=4]
|
||||
[ext_resource path="res://maps/boss/boss2_arena.gd" type="Script" id=5]
|
||||
[ext_resource path="res://objects/hud/hud.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://audio/music/klystron_vip.ogg" type="AudioStream" id=7]
|
||||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://objects/environment/ladder/ladder.tscn" type="PackedScene" id=10]
|
||||
[ext_resource path="res://objects/delayed_instance.tscn" type="PackedScene" id=12]
|
||||
|
@ -17,9 +18,10 @@
|
|||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 5 )
|
||||
music = ExtResource( 7 )
|
||||
|
||||
[node name="HUD" parent="." instance=ExtResource( 6 )]
|
||||
song_name = "♫Klystron"
|
||||
song_name = "♫Klystron VIP"
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( 128, 96 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue