Selaa lähdekoodia

Update menu.gui_script

Fixes #11
Björn Ritzl 5 vuotta sitten
vanhempi
commit
4b4d40f263
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      examples/_main/menu.gui_script

+ 1 - 1
examples/_main/menu.gui_script

@@ -105,7 +105,7 @@ function init(self)
 	self.index["physics"] = { "dynamic", "kinematic", "raycast", "trigger" }
 	self.index["animation"] = { "spinner", "flipbook", "chained_tween", "basic_tween", "spine" }
 	self.index["gui"] = { "button", "stencil", "load_texture", "pointer_over", "color"}
-	self.index["input"] = { "move", "text", "down duration", "mouse_and_touch" }
+	self.index["input"] = { "move", "text", "down_duration", "mouse_and_touch" }
 	self.index["particles"] = { "particlefx", "modifiers" }
 	self.index["sound"] = { "music", "fade_in_out" }
 	self.index["render"] = { "camera" }