#73 unit overview parent/child setup, fixed touch events by setting up children for elements

This commit is contained in:
Mikayla Fischler
2022-07-23 20:08:37 -04:00
parent 9b21a971fe
commit fc14141321
4 changed files with 62 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.3.6"
local COORDINATOR_VERSION = "alpha-v0.3.7"
local print = util.print
local println = util.println