PneumaticPlaything/Scripts/Configs/Props.gd
2025-10-25 18:07:35 -07:00

14 lines
345 B
GDScript

extends Node
var SpawnableProps = [
{
"name": "90s Showroom Chair",
"path": "res://Scenes/Props/Physics/ShowroomChair.tscn",
"icon": "res://UI/PropIcons/ShowroomChair.png"
},
{
"name": "90s Showroom Chair (Red)",
"path": "res://Scenes/Props/Physics/ShowroomChairRed.tscn",
"icon": "res://UI/PropIcons/ShowroomChairRed.png"
},
]