summaryrefslogtreecommitdiff
path: root/Primogemmes.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Primogemmes.gd')
-rw-r--r--Primogemmes.gd3
1 files changed, 3 insertions, 0 deletions
diff --git a/Primogemmes.gd b/Primogemmes.gd
index 9224276..06ae9d3 100644
--- a/Primogemmes.gd
+++ b/Primogemmes.gd
@@ -12,6 +12,9 @@ func _ready() -> void:
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(_delta: float) -> void:
text = ogtext + str(count)
+
+
+func _physics_process(_delta: float) -> void:
modulate.r = randi_range(0, 1)
modulate.g = randi_range(0, 1)
modulate.b = randi_range(0, 1)