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:
Zed A. Shaw 2025-06-01 22:52:54 -04:00
parent 6fb20c5085
commit e1d61dc2c1
9 changed files with 79 additions and 22 deletions

View file

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