mirror of
https://github.com/Ukendio/jecs.git
synced 2026-02-04 15:15:21 +00:00
Fix typo in GetRect examples (#296)
This commit is contained in:
parent
d02283ed20
commit
be74de6b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ local RunService = require("@game/RunService")
|
||||||
local UI_Context = require(ReplicatedStorage.UI_Context)
|
local UI_Context = require(ReplicatedStorage.UI_Context)
|
||||||
local GetRect = require("@modules/GetRect/module")
|
local GetRect = require("@modules/GetRect/module")
|
||||||
|
|
||||||
RunService.RenderStepped:Connect(fúnction(dt)
|
RunService.RenderStepped:Connect(function(dt)
|
||||||
local pressed, button_state, released = GetRect.button(UI_Context.button.shop)
|
local pressed, button_state, released = GetRect.button(UI_Context.button.shop)
|
||||||
|
|
||||||
local my_window = UI_Context.window.shop
|
local my_window = UI_Context.window.shop
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue