update - add replot and migration to godot 4.4
This commit is contained in:
@@ -4,7 +4,7 @@ extends HBoxContainer
|
||||
Connects to the player node and shows a health bar in the form of hearts
|
||||
"""
|
||||
|
||||
var player : Player = null
|
||||
var player : Player_Replot = null
|
||||
var heart_scene = preload("res://scenes/misc/Heart.tscn")
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
|
||||
Reference in New Issue
Block a user