more ui tweaks and started on enemy health bar
This commit is contained in:
7
scripts/3D Health Bar.gd
Normal file
7
scripts/3D Health Bar.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Control
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
queue_redraw()
|
||||
|
||||
func _draw() -> void:
|
||||
draw_circle(Vector2.ZERO,0,Color(1,1,1,1),true,10,true)
|
||||
Reference in New Issue
Block a user