improvement: make GFX movable

It'll be usefull to make everything movable
This commit is contained in:
Kazhnuz 2021-08-07 11:47:26 +02:00
parent 44cda944f5
commit c9644b2e86

View file

@ -1,4 +1,4 @@
local Parent = require("scenes.battlesystem.actors.parent") local Parent = require("scenes.battlesystem.actors.movable")
local GFX = Parent:extend() local GFX = Parent:extend()
function GFX:new(world, x, y, z, spritename, creator, blockProcess, tag) function GFX:new(world, x, y, z, spritename, creator, blockProcess, tag)