mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
License headers.
This commit is contained in:
parent
161a881511
commit
90a602a81f
@ -1,6 +1,10 @@
|
|||||||
extends CharacterAtlas
|
extends CharacterAtlas
|
||||||
class_name CharacterAtlas2D
|
class_name CharacterAtlas2D
|
||||||
|
|
||||||
|
# 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(String, MULTILINE) var comments : String
|
export(String, MULTILINE) var comments : String
|
||||||
|
|
||||||
export(Texture) var texture : Texture
|
export(Texture) var texture : Texture
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
extends CharacterAtlasEntry
|
extends CharacterAtlasEntry
|
||||||
class_name CharacterAtlasEntry2D
|
class_name CharacterAtlasEntry2D
|
||||||
|
|
||||||
|
# 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(Rect2) var front_rect : Rect2
|
export(Rect2) var front_rect : Rect2
|
||||||
export(Rect2) var back_rect : Rect2
|
export(Rect2) var back_rect : Rect2
|
||||||
export(Rect2) var right_rect : Rect2
|
export(Rect2) var right_rect : Rect2
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
extends ItemVisual
|
extends ItemVisual
|
||||||
class_name ItemVisual2D
|
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
|
export(Array, ItemVisualEntry) var entries : Array
|
||||||
|
@ -2,6 +2,10 @@ tool
|
|||||||
extends ItemVisualEntry
|
extends ItemVisualEntry
|
||||||
class_name ItemVisualEntry2D
|
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 front_texture : Texture
|
||||||
export (Texture) var back_texture : Texture
|
export (Texture) var back_texture : Texture
|
||||||
export (Texture) var left_texture : Texture
|
export (Texture) var left_texture : Texture
|
||||||
|
Loading…
Reference in New Issue
Block a user