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
|
@ -223,9 +223,9 @@ func _enter_code():
|
|||
fast_punishment = 1
|
||||
"FASTERPUNISHMENT":
|
||||
fast_punishment = 2
|
||||
"WIGGLE":
|
||||
"LBUG":
|
||||
var player = get_tree().get_nodes_in_group("player").pop_back()
|
||||
player.sprite.material.set_shader_param("palette", load("res://graphics/player/palettes/costume_wriggle.png"))
|
||||
player.sprite.material.set_shader_param("palette", load("res://graphics/player/palettes/costume_wriggle.tex"))
|
||||
player.sprite.set_texture(load("res://graphics/player/costume_wriggle.png"))
|
||||
"BLOOPER":
|
||||
var silhouette = load("res://objects/hud/silhouette.tscn").instance()
|
||||
|
|
BIN
graphics/player/palettes/doggy.tex
Normal file
BIN
graphics/player/palettes/doggy.tex
Normal file
Binary file not shown.
|
@ -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"]
|
||||
|
|
|
@ -28,10 +28,21 @@ anchor_bottom = 1.0
|
|||
|
||||
[node name="Victory" type="Label" parent="."]
|
||||
material = ExtResource( 4 )
|
||||
margin_top = 16.0
|
||||
margin_top = 24.0
|
||||
margin_right = 256.0
|
||||
margin_bottom = 39.0
|
||||
text = "Wow you done did it!"
|
||||
margin_bottom = 47.0
|
||||
text = "Game is over, when will another
|
||||
day's adventure begin?"
|
||||
align = 1
|
||||
|
||||
[node name="Victory2" type="Label" parent="."]
|
||||
material = ExtResource( 4 )
|
||||
margin_top = 144.0
|
||||
margin_right = 256.0
|
||||
margin_bottom = 180.0
|
||||
text = "No matter what happens you
|
||||
will always remain a triumphant
|
||||
hero, too."
|
||||
align = 1
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue