Marry 乒乓球游戏:Godot 4.6 + C++ GDExtension

这个提交包含在:
2026-08-05 18:05:00 +08:00
当前提交 ac03c4a766
修改 246 个文件,包含 5884 行新增0 行删除
+20
查看文件
@@ -0,0 +1,20 @@
; 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="Pingpang"
run/main_scene="res://scenes/main.tscn"
config/features=PackedStringArray("4.6", "Forward Plus")
config/icon="res://icon.svg"
[physics]
common/enable_2d_physics=true