broken_seals_2d/game/scripts/item_visuals/ItemVisualEntry2D.gd

13 lines
438 B
GDScript3
Raw Normal View History

tool
extends ItemVisualEntry
class_name ItemVisualEntry2D
2019-12-20 19:34:57 +01:00
# 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