Set reasonable default Element values

This commit is contained in:
Gabriel Tofvesson 2024-10-02 13:37:21 +02:00
parent c056eae22f
commit f23c10c160

View File

@ -1,8 +1,8 @@
local Event = require("event") local Event = require("event")
local Element = { local Element = {
x = 0, x = 1,
y = 0, y = 1,
width = 1, width = 1,
height = 1, height = 1,
color = { color = {