fishjam2024/Resources/fish_profile.gd

5 lines
109 B
GDScript3
Raw Permalink Normal View History

2024-04-02 23:33:30 +11:00
class_name FishProfile extends Resource
@export var fish_name: String = "name"
@export var picture: Texture