First commit

This commit is contained in:
QAMuser
2024-08-23 08:45:15 +03:00
commit 110791a97c
24 changed files with 1556 additions and 0 deletions

26
project.godot Normal file
View File

@@ -0,0 +1,26 @@
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="Plata-check.exe"
run/main_scene="res://Plata-check.tscn"
config/features=PackedStringArray("4.2", "GL Compatibility")
config/icon="res://icon.svg"
[autoload]
yau07="*res://yau07.gd"
Constants="*res://constants.gd"
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"