Set reasonable default Element values
This commit is contained in:
parent
c056eae22f
commit
f23c10c160
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user