chore: make simplehpbar and statusbar part of common stuff

This commit is contained in:
Kazhnuz 2020-08-03 09:11:31 +02:00
parent 4bb4c14198
commit 786dc78a13
4 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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;