mirror of
https://github.com/Steffo99/swear-jar.git
synced 2025-02-16 14:13:58 +00:00
7 lines
72 B
GDScript3
7 lines
72 B
GDScript3
|
extends Node2D
|
||
|
|
||
|
|
||
|
func _process(delta):
|
||
|
print($Evaluator.total_value)
|
||
|
|