add wagons

This commit is contained in:
2026-05-29 18:16:16 +02:00
parent 05b01f70cc
commit 7f7f9d6ae3
6 changed files with 286 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
## Resource that lists the wagon scenes available for train composition.
class_name WagonPool
extends Resource
@export var name: String = "New Wagon Pool"
@export var available_wagons: Array[PackedScene] = []