Add new PNG assets for time and speed UI components

This commit is contained in:
Kirill
2026-08-20 20:09:14 +03:00
parent 8513bf0313
commit 777ec2907b
211 changed files with 41 additions and 41 deletions
+20
View File
@@ -0,0 +1,20 @@
class_name Counter extends RefCounted
var is_active: bool = false
var sec: float = 1
var value: float = 0
func is_reached() -> bool:
if value >= sec:
return true
else:
return false
func add_delta(delta: float) -> void:
value += delta
func debug() -> void:
print(is_active, " | ", value, " of ", sec)
+1
View File
@@ -0,0 +1 @@
uid://b3vs2tjw60yu2