Нет, вот это первый коммит

This commit is contained in:
2025-10-10 15:36:52 +05:00
parent ffdc465a03
commit 5a559334ae
16 changed files with 1479 additions and 15 deletions

32
project.godot Normal file
View File

@@ -0,0 +1,32 @@
; 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="SchizoForge"
run/main_scene="uid://dy2fe4d6tbgyo"
config/features=PackedStringArray("4.5", "GL Compatibility")
config/icon="res://icon.svg"
[display]
window/size/viewport_width=1280
window/size/viewport_height=768
[editor]
version_control/plugin_name="GitPlugin"
version_control/autoload_on_startup=true
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"