summaryrefslogtreecommitdiff
path: root/Globals.gd
blob: db676c9c6ae851fcd0c5ec11a23260a0b7419817 (plain)
1
2
3
4
5
6
7
8
extends Node

const WIDTH = 2048
const HEIGHT = 2048
const LIMITS = Vector2(WIDTH, HEIGHT)
const LIMITS_MIN = -LIMITS / 2
const LIMITS_MAX = LIMITS / 2
var FUN = false