backend-infra-engineer: Release v0.3.3 snapshot
This commit is contained in:
@@ -48,7 +48,8 @@ std::string SpriteBuilder::BuildProperties() const {
|
||||
// Build the properties
|
||||
for (int i = 0; i < 27; ++i) {
|
||||
std::string property = "00";
|
||||
if (!properties[i].empty()) property = properties[i];
|
||||
if (!properties[i].empty())
|
||||
property = properties[i];
|
||||
ss << kSpriteProperties[i] << " = $" << property << std::endl;
|
||||
}
|
||||
return ss.str();
|
||||
@@ -87,7 +88,9 @@ SpriteAction& SpriteAction::SetNextAction(const std::string& nextActionName) {
|
||||
return *this;
|
||||
}
|
||||
|
||||
std::string SpriteAction::GetConfiguration() const { return ""; }
|
||||
std::string SpriteAction::GetConfiguration() const {
|
||||
return "";
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user