Improve style in many demos (#1263)

This commit is contained in:
Aaron Franke
2025-10-11 05:03:59 -07:00
committed by GitHub
parent 0ae09b7e5a
commit 520b4a7870
197 changed files with 904 additions and 766 deletions

View File

@@ -2,7 +2,7 @@
# the key maps in a simple way through a dictionary.
extends Node
const keymaps_path := "user://keymaps.dat"
const keymaps_path: String = "user://keymaps.dat"
var keymaps: Dictionary