#include "object/infoblock.hpp"#include "object/player.hpp"#include "sprite/sprite_manager.hpp"#include "supertux/object_factory.hpp"#include "supertux/sector.hpp"#include "supertux/info_box_line.hpp"#include "util/reader.hpp"#include "video/drawing_context.hpp"#include "sprite/sprite.hpp"Go to the source code of this file.
Variables | |
| const float | SCROLL_DELAY = 0.5 |
| const float | SCROLL_DISTANCE = 16 |
| const float | WIDTH = 400 |
| const float | HEIGHT = 200 |
const float HEIGHT = 200 [static] |
Definition at line 32 of file infoblock.cpp.
const float SCROLL_DELAY = 0.5 [static] |
Definition at line 29 of file infoblock.cpp.
const float SCROLL_DISTANCE = 16 [static] |
Definition at line 30 of file infoblock.cpp.
const float WIDTH = 400 [static] |
Definition at line 31 of file infoblock.cpp.
1.5.1