the-crypt/script/globals.gd

6 lines
140 B
GDScript3
Raw Normal View History

2020-07-17 15:21:22 -05:00
extends Node
const TILE_SIZE = 16
2020-07-17 19:43:30 -05:00
var WHITE_PROJECTILE_PS = preload("res://magic/projectiles/WhiteProjectile.tscn")
2020-07-17 20:10:42 -05:00
var player = Vector2()