mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2024-11-14 10:57:19 +01:00
9 lines
296 B
GDScript
9 lines
296 B
GDScript
extends ItemVisual
|
|
class_name ItemVisual2D
|
|
|
|
# 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(Array, ItemVisualEntry) var entries : Array
|