Explorar el Código

Updated the scenes.editor.get() to set the root NodeSurface clear color to transparent

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

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

root.keep_aspect_ratio = True root.keep_aspect_ratio = True
root.align_center = True root.align_center = True
root.set_surface((64, 64)) root.set_surface((64, 64))
root.set_clear_color((0,0,0,0))


gamemap = NodeGameMap("GameMap", root) gamemap = NodeGameMap("GameMap", root)
gamemap.set_resources("", "walls.json") gamemap.set_resources("", "walls.json")

Cargando…
Cancelar
Guardar