Tested some custom resources with a test scene.

This commit is contained in:
Henry 2026-03-17 14:27:21 +00:00
parent 4c512379c5
commit 1fd4a809f2
14 changed files with 125 additions and 4 deletions

View file

@ -0,0 +1,7 @@
extends Resource
class_name ExampleResource
@export var type: String = "Example"
@export var speed: float = 10.0
@export var sprite: Texture2D = preload("res://icon.svg")
@export var new_type: bool = false