- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
GUIButton::GUIButton(ResourceManager& resourceManager, const Renderer& renderer,
const Config& config, std::string name, Action action,
int x, int y, int width, int height) :
GUIButton{std::move(name), std::move(action),
resourceManager.load<Font>("font_button_" + name,
config.findValue<std::string>("button", "font"),
config.findValue<int>("button", "font_size")),
resourceManager.load<TextureAtlas>("atlas_button", resourceManager, renderer,
Config{config.findValue<std::string>("button", "atlas_config")}), x, y, width, height}
{
}
netherwire 28.06.2016 19:54 # +2
laMer007 28.06.2016 20:44 # +3
Многие начинают делать игру, а потом просто пишут движок, ибо в 3д макс не могут осилить
kegdan 04.08.2016 07:21 # +2
Народная мудрость