Explorar el Código

Property added the environment.json as a resource of the gamemap

master
Bryan Miller hace 6 años
padre
commit
b673905498
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      game/scenes/editor.py

+ 1
- 1
game/scenes/editor.py Ver fichero

@@ -14,7 +14,7 @@ def get():
root.set_clear_color((0,0,0,0))

gamemap = NodeGameMap("GameMap", root)
gamemap.set_resources("", "walls.json")
gamemap.set_resources("environment.json", "walls.json")
gamemap.add_layer("main", 10, 10)

editor = NodeMapEditor("Editor", gamemap)

Cargando…
Cancelar
Guardar