Add example scene and player for enhanced_gridmap

Introduces a new example scene and player script for the enhanced_gridmap addon, including supporting resources and materials. Updates the mesh library, assets, and main scene to integrate new tile types and visual styles. Adjusts project settings for improved resolution and sets the new main scene as the entry point.
This commit is contained in:
2025-10-22 11:50:17 +08:00
parent f8521a78ff
commit 84413314ef
18 changed files with 264 additions and 82 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ config_version=5
[application]
config/name="tekton-local"
run/main_scene="res://scenes/main_scene.tscn"
run/main_scene="uid://dxn87yj8qnfpp"
config/features=PackedStringArray("4.4", "Forward Plus")
config/icon="res://icon.svg"
@@ -24,8 +24,8 @@ BeehaveGlobalDebugger="*res://addons/beehave/debug/global_debugger.gd"
window/size/viewport_width=1366
window/size/viewport_height=720
window/size/window_width_override=1024
window/size/window_height_override=576
window/size/window_width_override=1920
window/size/window_height_override=1080
window/stretch/mode="viewport"
[editor_plugins]