init
This commit is contained in:
commit
b99855351d
434 changed files with 50357 additions and 0 deletions
16
addons/inkgd/editor/import_plugins/ink_resource.gd
Normal file
16
addons/inkgd/editor/import_plugins/ink_resource.gd
Normal file
|
@ -0,0 +1,16 @@
|
|||
# ############################################################################ #
|
||||
# Copyright © 2019-2022 Frédéric Maquin <fred@ephread.com>
|
||||
# Licensed under the MIT License.
|
||||
# See LICENSE in the project root for license information.
|
||||
# ############################################################################ #
|
||||
|
||||
extends Resource
|
||||
|
||||
# A very simple resource to store the content of a json file, as a string.
|
||||
class_name InkResource
|
||||
|
||||
# ############################################################################ #
|
||||
# Properties
|
||||
# ############################################################################ #
|
||||
|
||||
@export var json: String = ""
|
Loading…
Add table
Add a link
Reference in a new issue