mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2024-11-14 10:57:19 +01:00
13 lines
438 B
GDScript
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
|