forked from team-sg/hero-mark-2
yet again adjusted oxygen time
This commit is contained in:
parent
146c388d71
commit
e3c9328fd7
3 changed files with 150 additions and 63 deletions
File diff suppressed because one or more lines are too long
|
@ -1,11 +1,10 @@
|
|||
[gd_scene load_steps=33 format=2]
|
||||
[gd_scene load_steps=32 format=2]
|
||||
|
||||
[ext_resource path="res://objects/enemy/squig.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://tilesets/t_cave.tres" type="TileSet" id=2]
|
||||
[ext_resource path="res://tilesets/t_mountain.tres" type="TileSet" id=3]
|
||||
[ext_resource path="res://objects/hud/hud.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://tilesets/t_death.tres" type="TileSet" id=5]
|
||||
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://graphics/backgrounds/canopy.png" type="Texture" id=7]
|
||||
[ext_resource path="res://objects/hud/letter_block.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://objects/environment/rock/rock.tscn" type="PackedScene" id=9]
|
||||
|
@ -55,12 +54,10 @@ _data = {
|
|||
}
|
||||
|
||||
[node name="Map2" type="Node2D" groups=["map"]]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 11 )
|
||||
|
||||
[node name="Camera2D" parent="." instance=ExtResource( 6 )]
|
||||
current = false
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Camera2D"]
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( 128, 96 )
|
||||
z_index = -50
|
||||
texture = ExtResource( 7 )
|
||||
|
@ -140,12 +137,14 @@ position = Vector2( 48, 120 )
|
|||
|
||||
[node name="AnimatedSprite" parent="RollingFiend" index="0"]
|
||||
visible = false
|
||||
frame = 1
|
||||
|
||||
[node name="SawTest2" type="AnimatedSprite" parent="RollingFiend"]
|
||||
material = SubResource( 4 )
|
||||
position = Vector2( 4, 4 )
|
||||
z_index = -3
|
||||
frames = SubResource( 5 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="Steam" parent="." instance=ExtResource( 23 )]
|
||||
|
|
|
@ -1386,7 +1386,7 @@ custom_styles/bg = SubResource( 4 )
|
|||
script = ExtResource( 8 )
|
||||
|
||||
[node name="OxygenTimer" type="Timer" parent="."]
|
||||
wait_time = 10.0
|
||||
wait_time = 15.0
|
||||
autostart = true
|
||||
|
||||
[node name="JumpPeakTimer" type="Timer" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue