9 lines
186 B
GDScript
9 lines
186 B
GDScript
extends Node
|
|
|
|
var SpawnableProps = [
|
|
{
|
|
"name": "90s Showroom Chair",
|
|
"path": "res://Scenes/Props/Physics/ShowroomChair.tscn",
|
|
"icon": "res://UI/PropIcons/ShowroomChair.png"
|
|
},
|
|
]
|