PeaAshMeter ce7b93fecd - limit walking spells to actual path length
- rename previewType -> targetType
- add an icon to preview non-walkable tiles
2026-04-15 01:23:29 +03:00

7 lines
117 B
Lua

return {
tileSize = 32,
["dev_target"] = { 0 },
["dev_path"] = { 1 },
["dev_path_closed"] = { 2 },
}