bunch of new options, removed other project data
This commit is contained in:
parent
733a8fd6c0
commit
bfee9448f5
11 changed files with 96 additions and 225 deletions
8
Tools.gd
Normal file
8
Tools.gd
Normal 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}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue