mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Renamed class functions
This commit is contained in:
@@ -25,6 +25,7 @@ local component = require("druid.component")
|
||||
|
||||
local DynamicGrid = component.create("dynamic_grid", { const.ON_LAYOUT_CHANGE })
|
||||
|
||||
|
||||
local SIDE_VECTORS = {
|
||||
LEFT = vmath.vector3(-1, 0, 0),
|
||||
RIGHT = vmath.vector3(1, 0, 0),
|
||||
|
Reference in New Issue
Block a user