From 9bf8470d4092ad523ff1d9ca13aefea5388659dc Mon Sep 17 00:00:00 2001 From: PennyRigate Date: Tue, 16 Apr 2024 19:05:29 -0400 Subject: [PATCH] portable commit - fixed bug world and marathon mode --- autoloads/debug.gd | 4 ++-- graphics/player/palettes/doggy.tex | Bin 0 -> 632 bytes menus/bug_world.tscn | 17 +++++++++++++---- menus/marathon_results.tscn | 17 ++++++++++++++--- 4 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 graphics/player/palettes/doggy.tex diff --git a/autoloads/debug.gd b/autoloads/debug.gd index cedd48e..1318046 100644 --- a/autoloads/debug.gd +++ b/autoloads/debug.gd @@ -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() diff --git a/graphics/player/palettes/doggy.tex b/graphics/player/palettes/doggy.tex new file mode 100644 index 0000000000000000000000000000000000000000..fdf5ea94fb275d331b856311df78c2724a61dae7 GIT binary patch literal 632 zcmV-;0*C!lQ$s@n000005C8xR1ONbF0ssIgwJ-f(3j?(h0CwDHM-Z{5F|ZQqD6a9- zFiIKkC-_=O5rS<2fC9+!Rt&kZA2Yz%mP);{owMBC*ny2SG-7a;K<=PQadQ zlUEdbGuJ2uOaM{(AmW|0i&&sa8EY zLhw4OS;nr$I-1=Ms~HAwuK0iF|AAKwYEo6H8}(5BhYa{1;1AZLaNz_)NK+4Ak>)mA zIRTv3Y={w*U&BdNla#jYYBA$lqTLsBX1R~z&B1?{M~Knnzk&Y%u5Bb5t6JBNelf>r z(jevcxOcG#)3|~d-7Mo9sFbX!fic5>K4h67rxH>nhK&Cr{}cRQ@E@e(3IB)elMpMmT)dbdj%&^pE0szy6~vg39A?mv+6^3%#bPmH12iFYTJn{Fl7^|! zoGrtUMYdWw{)uTN+-*jL~Oe*-y_je(t^N|>!c~H|MH`MoKfFl Sv*n4aOEj9sSXBp7Q$s_p+B4e# literal 0 HcmV?d00001 diff --git a/menus/bug_world.tscn b/menus/bug_world.tscn index 989c808..285095f 100644 --- a/menus/bug_world.tscn +++ b/menus/bug_world.tscn @@ -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"] diff --git a/menus/marathon_results.tscn b/menus/marathon_results.tscn index eadc7b4..b3be597 100644 --- a/menus/marathon_results.tscn +++ b/menus/marathon_results.tscn @@ -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="."]