add spawn menu for props
This commit is contained in:
parent
6e783e0e57
commit
b9d16360b9
9 changed files with 231 additions and 62 deletions
9
Scripts/Configs/Props.gd
Normal file
9
Scripts/Configs/Props.gd
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
extends Node
|
||||
|
||||
var SpawnableProps = [
|
||||
{
|
||||
"name": "90s Showroom Chair",
|
||||
"path": "res://Scenes/Props/Physics/ShowroomChair.tscn",
|
||||
"icon": "res://UI/PropIcons/ShowroomChair.png"
|
||||
},
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue