mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Bump Jabby v0.2.0-rc.9
Fixes demo not running because of breaking changes in Jabby
This commit is contained in:
parent
3815c62442
commit
6b65c2fb4a
2 changed files with 12 additions and 8 deletions
|
@ -56,17 +56,21 @@ world:set(PreSimulation, Event, RunService.PreSimulation)
|
|||
world:add(PreAnimation, Phase)
|
||||
world:set(PreAnimation, Event, RunService.PreAnimation)
|
||||
|
||||
table.insert(jabby.public, {
|
||||
class_name = "World",
|
||||
jabby.register({
|
||||
applet = jabby.applets.world,
|
||||
name = "MyWorld",
|
||||
configuration = {
|
||||
world = world,
|
||||
debug = Name,
|
||||
entities = {},
|
||||
},
|
||||
})
|
||||
|
||||
jabby.public.updated = true
|
||||
|
||||
table.insert(jabby.public, jabby_scheduler)
|
||||
jabby.register({
|
||||
applet = jabby.applets.scheduler,
|
||||
name = "Scheduler",
|
||||
configuration = {
|
||||
scheduler = jabby_scheduler,
|
||||
},
|
||||
})
|
||||
|
||||
if RunService:IsClient() then
|
||||
world:add(PreRender, Phase)
|
||||
|
|
|
@ -5,4 +5,4 @@ registry = "https://github.com/UpliftGames/wally-index"
|
|||
realm = "shared"
|
||||
|
||||
[dependencies]
|
||||
jabby = "alicesaidhi/jabby@0.2.0-rc.3"
|
||||
jabby = "alicesaidhi/jabby@0.2.0-rc.9"
|
||||
|
|
Loading…
Reference in a new issue