bunch of new options, removed other project data

This commit is contained in:
Tabby 2026-06-01 12:45:42 +10:00
parent 733a8fd6c0
commit bfee9448f5
11 changed files with 96 additions and 225 deletions

8
Tools.gd Normal file
View file

@ -0,0 +1,8 @@
extends Node
func time_to_seconds(hours_value : int, seconds_value : int) -> int:
return 0
func seconds_to_time(seconds : int) -> Dictionary:
return {"Hours":0,"Seconds":0}