You can now set a sprite as a background in Background which will simplify a lot of games that just place sprites over a single image.
This commit is contained in:
parent
6fb20c5085
commit
e1d61dc2c1
9 changed files with 79 additions and 22 deletions
|
@ -42,7 +42,7 @@ namespace lel {
|
|||
|
||||
%% write data;
|
||||
|
||||
bool Parser::parse(std::string input) {
|
||||
bool Parser::parse(const std::string& input) {
|
||||
reset();
|
||||
int cs = 0;
|
||||
const char *start = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue