Compare commits
2 Commits
26d9719c37
...
d1142eb57a
| Author | SHA1 | Date | |
|---|---|---|---|
| d1142eb57a | |||
| 38e8b868e8 |
@@ -8,6 +8,11 @@
|
||||
|
||||
config_version=4
|
||||
|
||||
[application]
|
||||
|
||||
run/main_scene="res://main/main.tscn"
|
||||
boot_splash/minimum_display_time=4
|
||||
|
||||
[input]
|
||||
|
||||
forward={
|
||||
@@ -30,3 +35,7 @@ right={
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":68,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
|
||||
[rendering]
|
||||
|
||||
quality/driver/fallback_to_gles2=true
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
ARCH=$(uname -i|sed -e 's/aarch64/arm64/g')
|
||||
|
||||
cd godot
|
||||
gdb --args ../src/godot/bin/godot.x11.opt.tools.64 --verbose -e $*
|
||||
gdb --args ../src/godot/bin/godot.x11.opt.tools.${ARCH} --verbose -e $*
|
||||
|
||||
Reference in New Issue
Block a user