better in-game timer

as in, use `_process()` and add a number
could you lag on purpose before finishing to cut time? probably not
This commit is contained in:
Taevas 2025-03-25 17:48:00 +01:00
parent 4afec6386c
commit df7736a9d1
10 changed files with 180 additions and 190 deletions

View file

@ -5,7 +5,8 @@
[ext_resource type="AudioStream" uid="uid://cvvs74ep5d4wt" path="res://sounds/ring2.ogg" id="3_lkqw0"]
[sub_resource type="GDScript" id="GDScript_86vhg"]
script/source = "extends CSGTorus3D
script/source = "class_name Ring
extends CSGTorus3D
var happy_material = preload(\"res://graphics/happy_material.tres\")