[editor] tank color view

This commit is contained in:
2018-02-13 22:32:21 +03:00
parent 4fc0ae103e
commit 1f8b43ba5d
14 changed files with 155 additions and 37 deletions

View File

@@ -48,7 +48,7 @@ class LevelBundle {
}
public static function dumps(config:Config, level:LevelConfig):String {
var bricksStr = level.data.map(function(brick:BrickConfig) return Std.string(brick.type)).join('');
var bricksStr = level.data.map(function(brick:BrickConfig) return Std.string(brick.index)).join('');
return Yaml.render({
data: bricksStr,
points: level.points,