Documentation

This commit is contained in:
Rendo 2025-10-11 14:09:40 +05:00
commit b0b659acd4
7 changed files with 51 additions and 20 deletions

View file

@ -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