GUI and pathfinding expansions and resting places.

This commit is contained in:
Patrick 2024-12-12 21:42:51 +01:00
parent 26ee79c57d
commit 27964084ff
6 changed files with 70 additions and 16 deletions

7
scripts/maps/rest.gd Normal file
View 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