rat-times/scripts/consts.gd

9 lines
205 B
GDScript3
Raw Normal View History

2023-03-03 21:12:54 +00:00
class_name Consts
const START := "start"
const STOP := "stop"
const NO_TIME := "00:00:00"
const ONGOING := "ongoing"
const THEME_OVERRIDE_START := "play_button"
const THEME_OVERRIDE_STOP := "stop_button"