forked from team-sg/hero-mark-2
portable commit - fixed bug world and marathon mode
This commit is contained in:
parent
ec7ad7bfc9
commit
9bf8470d40
4 changed files with 29 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=34 format=2]
|
||||
[gd_scene load_steps=36 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=1]
|
||||
[ext_resource path="res://objects/hud/3d_text.tscn" type="PackedScene" id=2]
|
||||
|
@ -11,6 +11,8 @@
|
|||
[ext_resource path="res://audio/music/BBBBBBBB.ogg" type="AudioStream" id=9]
|
||||
[ext_resource path="res://objects/enemy/antlion.tscn" type="PackedScene" id=10]
|
||||
[ext_resource path="res://menus/bug_world.gd" type="Script" id=11]
|
||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=12]
|
||||
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=13]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
|
@ -169,19 +171,17 @@ speed = Vector2( -100, -100 )
|
|||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
position = Vector2( 192, 92 )
|
||||
frames = SubResource( 35 )
|
||||
frame = 8
|
||||
playing = true
|
||||
|
||||
[node name="AnimatedSprite2" type="AnimatedSprite" parent="."]
|
||||
position = Vector2( 37, 107 )
|
||||
frames = SubResource( 35 )
|
||||
frame = 8
|
||||
playing = true
|
||||
|
||||
[node name="AnimatedSprite3" type="AnimatedSprite" parent="."]
|
||||
position = Vector2( 222, 166 )
|
||||
frames = SubResource( 35 )
|
||||
frame = 7
|
||||
frame = 9
|
||||
playing = true
|
||||
|
||||
[node name="DeathSplatter" parent="." instance=ExtResource( 6 )]
|
||||
|
@ -212,4 +212,13 @@ autoplay = true
|
|||
[node name="Antlion" parent="." instance=ExtResource( 10 )]
|
||||
position = Vector2( 38, 176 )
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
material = ExtResource( 13 )
|
||||
margin_left = 200.0
|
||||
margin_top = 56.0
|
||||
margin_right = 249.0
|
||||
margin_bottom = 70.0
|
||||
theme = ExtResource( 12 )
|
||||
text = "415LBUG"
|
||||
|
||||
[editable path="3DText"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue