Initial commit
This commit is contained in:
19
common/constants.odin
Normal file
19
common/constants.odin
Normal file
@@ -0,0 +1,19 @@
|
||||
package common
|
||||
|
||||
import rl "vendor:raylib"
|
||||
|
||||
WIDTH :: 1920
|
||||
HEIGHT :: 1080
|
||||
MONITOR :: 0
|
||||
|
||||
ROAD_SIZE :: 20
|
||||
NODE_RADIUS :: 20
|
||||
NODE_SNAP_RADIUS :: 3
|
||||
TEXT_SIZE :: 50
|
||||
|
||||
ROAD_COLOUR :: rl.BLACK
|
||||
NODE_DONE_COLOUR :: rl.BROWN
|
||||
NODE_BUILD_COLOUR :: rl.GOLD
|
||||
NODE_CURSOR_COLOUR :: rl.BLUE
|
||||
|
||||
BACKGROUND_COLOUR :: rl.LIGHTGRAY
|
||||
Reference in New Issue
Block a user