Skip to content
Snippets Groups Projects
Commit a001a127 authored by STAVRIDIS ADONIS's avatar STAVRIDIS ADONIS :speech_balloon:
Browse files

#139 minor changes to hp and playerArrow

parent cbbc8366
Branches
Tags
No related merge requests found
......@@ -28,5 +28,6 @@ func _process(_delta):
# update the current hp labels
func update_printed_hp(newHp:int):
hp = newHp
set_text(String(hp) + ' %')
if str(my_id) != str(player.get_name()):
set_text(String(hp) + ' %')
......@@ -3,6 +3,6 @@
[ext_resource path="res://models/player/playerArrow/playerArrow.png" type="Texture" id=1]
[node name="playerArrow" type="Sprite3D"]
transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 2.5, 0 )
transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.0977795, 2.198, 0 )
modulate = Color( 0.988235, 0.976471, 0.976471, 1 )
texture = ExtResource( 1 )
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment