rat-times/scripts/consts.gd
2023-03-04 01:12:54 +04:00

9 lines
205 B
GDScript

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"