Initial commit

This commit is contained in:
GeekROS
2024-03-03 22:59:18 +08:00
commit cec0aae8e3
69 changed files with 2687 additions and 0 deletions

40
engine/project.godot Normal file
View File

@@ -0,0 +1,40 @@
; 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="Mir of Godot"
config/version="1.0.0"
run/main_scene="res://scenes/launch/launch.tscn"
config/features=PackedStringArray("4.2", "Mobile")
boot_splash/bg_color=Color(0, 0, 0, 1)
config/icon="res://assets/icon.svg"
[autoload]
Global="*res://scripts/framework/global.gd"
Server="*res://scripts/framework/server/server.gd"
Client="*res://scripts/framework/client/client.gd"
Request="*res://scripts/framework/utils/request.gd"
[display]
window/size/viewport_width=1280
window/size/viewport_height=720
window/stretch/scale_mode="integer"
[filesystem]
import/blender/enabled=false
[rendering]
renderer/rendering_method="mobile"
environment/defaults/default_clear_color=Color(0, 0, 0, 1)