tetris
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot19
1 files changed, 19 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index 308345a..4591f2c 100644
--- a/project.godot
+++ b/project.godot
@@ -9,11 +9,21 @@
config_version=4
_global_script_classes=[ {
+"base": "InputEventAction",
+"class": "InputEventSwipe",
+"language": "GDScript",
+"path": "res://addons/swipe-detector/InputEventSwipe.gd"
+}, {
"base": "Reference",
"class": "Logic",
"language": "GDScript",
"path": "res://Logic.gd"
}, {
+"base": "Node",
+"class": "SwipeDetector",
+"language": "GDScript",
+"path": "res://addons/swipe-detector/SwipeDetector.gd"
+}, {
"base": "AspectRatioContainer",
"class": "Tetris",
"language": "GDScript",
@@ -25,7 +35,9 @@ _global_script_classes=[ {
"path": "res://TetrisPiece.gd"
} ]
_global_script_class_icons={
+"InputEventSwipe": "",
"Logic": "",
+"SwipeDetector": "",
"Tetris": "",
"TetrisPiece": ""
}
@@ -51,6 +63,13 @@ window/dpi/allow_hidpi=true
window/stretch/mode="2d"
window/stretch/aspect="expand"
+[input]
+
+unused={
+"deadzone": 0.5,
+"events": [ ]
+}
+
[logging]
file_logging/enable_file_logging=true