mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
9 lines
237 B
GDScript3
9 lines
237 B
GDScript3
|
tool
|
||
|
extends ItemVisualEntry
|
||
|
class_name ItemVisualEntry2D
|
||
|
|
||
|
export (Texture) var front_texture : Texture
|
||
|
export (Texture) var back_texture : Texture
|
||
|
export (Texture) var left_texture : Texture
|
||
|
export (Texture) var right_texture : Texture
|