the-crypt/script/globals.gd
2020-07-17 19:43:30 -05:00

5 lines
117 B
GDScript

extends Node
const TILE_SIZE = 16
var WHITE_PROJECTILE_PS = preload("res://magic/projectiles/WhiteProjectile.tscn")