GUI and pathfinding expansions and resting places.
This commit is contained in:
parent
26ee79c57d
commit
27964084ff
6 changed files with 70 additions and 16 deletions
7
scripts/maps/rest.gd
Normal file
7
scripts/maps/rest.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
## SPDX-License-Identifier: GPL-3.0-or-later
|
||||
## Copyright (c) 2024 interstellardevelopment.org
|
||||
|
||||
class_name Rest
|
||||
extends Node3D
|
||||
|
||||
var occupied: bool = false
|
Loading…
Add table
Add a link
Reference in a new issue