From a3a1faa0abe25f79a7e88e3c9c9a658e3758e09c Mon Sep 17 00:00:00 2001 From: Logan Date: Sat, 18 Jul 2020 11:02:40 -0500 Subject: [PATCH] edited art --- art/Pedestal.png | Bin 300 -> 221 bytes project.godot | 5 +++++ ui/PlayerStats.tscn | 11 ++++++++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/art/Pedestal.png b/art/Pedestal.png index f196d341ab92cd780a02473694df7bd8e691453a..93cf01df2b929c871e26d16612d7f63b5b5f19eb 100644 GIT binary patch delta 180 zcmV;l089U@0^I?SF@KjyL_t(IjbmUK1&rtdN=i!q@oBhs?;eUC6poUT(*MlDUc5F= z?=MC%1kNBvGd4pQN!5&Q2otgZDVkvbZh(f715t)d?=NQ1FmizNSr`}?7(TuGNVFj^ z%`iRiKok)W{%_{uPlN{;7*6fk$nfUFTSgQwz$A##j0{+iIW6*NM~ i17HeB0ZfFI;0FM8XF9Sq#Wbb>00008K&7gIGf@3AG~@Q7#J8B-n@O!ATF)S@aDyxhWGE^ zH!{H_wyvGZ@aPeK+Zh-b7#=;k$FOznR5+gn#_$f#X4txRDtv=?a5i28U}|87zzw*2 z|0;?EF5n%U&2abrRa6&zdiN2<5PSfp8Kwsw3nBu-|IJ+d@oI*FQ+qZty!r5!k%57M zfeBrL7|qCl1(_qSsYlQdc}+crhu1G*H$Yrkk)R92r4>;O008MHUYGr^y-@%F002ov JPDHLkV1g@{cHRI0 diff --git a/project.godot b/project.godot index c1c47a2..9fd4570 100644 --- a/project.godot +++ b/project.godot @@ -115,6 +115,11 @@ shoot={ "events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null) ] } +inventory={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":69,"unicode":0,"echo":false,"script":null) + ] +} [layer_names] diff --git a/ui/PlayerStats.tscn b/ui/PlayerStats.tscn index 0609f29..da23108 100644 --- a/ui/PlayerStats.tscn +++ b/ui/PlayerStats.tscn @@ -17,9 +17,12 @@ position = Vector2( 160, 170 ) texture = ExtResource( 2 ) [node name="Hearts" type="TextureProgress" parent="Player UI Frame 2"] +anchor_right = 1.0 +anchor_bottom = 1.0 margin_left = -47.0 margin_top = -6.0 -margin_bottom = 6.0 +margin_right = -106.0 +margin_bottom = -14.0 max_value = 3.0 step = 0.5 value = 3.0 @@ -29,10 +32,12 @@ __meta__ = { } [node name="Energy" type="TextureProgress" parent="Player UI Frame 2"] +anchor_right = 1.0 +anchor_bottom = 1.0 margin_left = 4.0 margin_top = -4.99998 -margin_right = 42.0 -margin_bottom = 4.00002 +margin_right = -64.0 +margin_bottom = -16.0 max_value = 5.0 step = 1.0 value = 5.0