Set reasonable default Element values
This commit is contained in:
parent
c056eae22f
commit
f23c10c160
@ -1,8 +1,8 @@
|
||||
local Event = require("event")
|
||||
|
||||
local Element = {
|
||||
x = 0,
|
||||
y = 0,
|
||||
x = 1,
|
||||
y = 1,
|
||||
width = 1,
|
||||
height = 1,
|
||||
color = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user