mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
Improve style in many demos (#1263)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user