broken_seals_roguelike/game/scripts/item_visuals/ItemVisualEntry2D.gd

13 lines
438 B
GDScript

tool
extends ItemVisualEntry
class_name ItemVisualEntry2D
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
export (Texture) var front_texture : Texture
export (Texture) var back_texture : Texture
export (Texture) var left_texture : Texture
export (Texture) var right_texture : Texture