chore: make simplehpbar and statusbar part of common stuff
This commit is contained in:
parent
4bb4c14198
commit
786dc78a13
4 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
local FighterParent = require "scenes.battlesystem.controllers.fighters.parent"
|
||||
local HeroFighter = FighterParent:extend()
|
||||
|
||||
local StatusBar = require "scenes.battlesystem.gui.statusbar"
|
||||
local StatusBar = require "game.modules.gui.statusbar"
|
||||
local SelectionSystem = require "scenes.battlesystem.controllers.fighters.systems.selection"
|
||||
local actionList = require "scenes.battlesystem.controllers.fighters.systems.actions"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
local FighterParent = require "scenes.battlesystem.controllers.fighters.parent"
|
||||
local VillainFighter = FighterParent:extend()
|
||||
|
||||
local SimpleHPBar = require "scenes.battlesystem.gui.simplehpbar"
|
||||
local SimpleHPBar = require "game.modules.gui.simplehpbar"
|
||||
|
||||
local POSITIONS = {1, 3, 5}
|
||||
local ENNEMY_LINE = 11;
|
||||
|
|
Loading…
Reference in a new issue