scenes/boost: use the new location for the datafile
This commit is contained in:
parent
01414cc602
commit
a2dfd35944
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
local folder = "scenes.subgame.sonic-boost.actors."
|
local folder = "scenes.subgame.sonic-boost.actors."
|
||||||
|
|
||||||
local Entity = require(folder .. "parent")
|
local Entity = require(folder .. "parent")
|
||||||
local phys = require "datas.physics"
|
local phys = require "datas.subgame.sonic-boost.physics"
|
||||||
local playerHeight = 32
|
local playerHeight = 32
|
||||||
local grindheight = 32
|
local grindheight = 32
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue