Björn Ritzl 3 년 전
부모
커밋
f7c87a1498
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/_main/menu.gui_script

+ 0 - 1
examples/_main/menu.gui_script

@@ -99,7 +99,6 @@ local function show_category(self, category)
 end
 
 function init(self)
-	self.index = { "basics", "physics", "animation", "gui", "input", "particles", "sound", "render", "debug", "collection", "sprite", "file", "tilemap" }
 	self.index = {}
 	self.index["basics"] = { "message_passing", "parent_child", "spawn", "z_order" }
 	self.index["movement"] = { "simple_move", "follow", "move_to", "move_forward", "movement_speed" }