5 lines
119 B
GDScript
5 lines
119 B
GDScript
extends Node
|
|
|
|
const TILE_SIZE = 16
|
|
const WHITE_PROJECTILE_PS = preload("res://magic/projectiles/WhiteProjectile.tscn")
|