init
This commit is contained in:
commit
b99855351d
434 changed files with 50357 additions and 0 deletions
24
addons/inkgd/runtime/common/ink.gd
Normal file
24
addons/inkgd/runtime/common/ink.gd
Normal file
|
@ -0,0 +1,24 @@
|
|||
# ############################################################################ #
|
||||
# Copyright © 2015-2021 inkle Ltd.
|
||||
# Copyright © 2019-2022 Frédéric Maquin <fred@ephread.com>
|
||||
# All Rights Reserved
|
||||
#
|
||||
# This file is part of inkgd.
|
||||
# inkgd is licensed under the terms of the MIT license.
|
||||
# ############################################################################ #
|
||||
|
||||
class_name Ink
|
||||
|
||||
# ############################################################################ #
|
||||
|
||||
enum ErrorType {
|
||||
AUTHOR,
|
||||
WARNING,
|
||||
ERROR
|
||||
}
|
||||
|
||||
enum PushPopType {
|
||||
TUNNEL,
|
||||
FUNCTION,
|
||||
FUNCTION_EVALUATION_FROM_GAME
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue