Documentation
This commit is contained in:
parent
e1cdf38dfb
commit
b0b659acd4
7 changed files with 51 additions and 20 deletions
|
@ -1,6 +1,11 @@
|
|||
extends Resource
|
||||
|
||||
## Player instantiatable resource
|
||||
|
||||
class_name Prototype
|
||||
|
||||
## Scene to instantiate
|
||||
@export var scene : PackedScene
|
||||
|
||||
## UI Preview
|
||||
@export var preview : Texture2D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue