mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-15 11:37:26 +01:00
5 lines
95 B
GDScript3
5 lines
95 B
GDScript3
|
extends ItemVisual
|
||
|
class_name ItemVisual2D
|
||
|
|
||
|
export(Array, ItemVisualEntry) var entries : Array
|