[client] update bullet images
This commit is contained in:
5
WORK.md
5
WORK.md
@@ -2,6 +2,7 @@
|
||||
* death game bonuses
|
||||
* tanks and bullets speed balancing
|
||||
* game series
|
||||
* clean player state on restart in classic type
|
||||
* network series
|
||||
* map packs
|
||||
* import in game
|
||||
@@ -11,6 +12,10 @@
|
||||
* A star
|
||||
* game config validate
|
||||
* additional weapon
|
||||
* mine z-order
|
||||
* spawn mine on tank back
|
||||
* check mine exist when spawn mine
|
||||
* double rocket
|
||||
* display count
|
||||
* bonus ammo
|
||||
* screen gamepad (button enabled, count label)
|
||||
|
||||
@@ -66,7 +66,7 @@ class Init {
|
||||
public static function init():Void {
|
||||
theme = new AppTheme();
|
||||
resources = new Resources();
|
||||
levelBundle = new CachedLevelBundle(new ClientLevelSource(), new SharedObjectStorage());
|
||||
levelBundle = new CachedLevelBundle(new ClientLevelSource()/*, new SharedObjectStorage()*/); //ToDo: update
|
||||
levelBundle.load();
|
||||
configBundle = new ConfigBundle();
|
||||
settingsStorage = new SettingsStorage();
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -6,8 +6,8 @@ map:
|
||||
width: 22
|
||||
height: 22
|
||||
grid:
|
||||
width: 20
|
||||
height: 20
|
||||
width: 30
|
||||
height: 30
|
||||
|
||||
bricks:
|
||||
- {type: border, index: -1, layer: -1, armor: -1}
|
||||
@@ -62,13 +62,13 @@ presets:
|
||||
|
||||
points:
|
||||
- {team: alpha, type: tank, index: 0, direction: right, x: 0, y: 0}
|
||||
- {team: beta, type: tank, index: 0, direction: right, x: 2, y: 0}
|
||||
- {team: gamma, type: tank, index: 0, direction: right, x: 4, y: 0}
|
||||
- {team: delta, type: tank, index: 0, direction: right, x: 6, y: 0}
|
||||
- {team: epsilon, type: tank, index: 0, direction: right, x: 0, y: 2}
|
||||
- {team: zeta, type: tank, index: 0, direction: right, x: 2, y: 2}
|
||||
- {team: eta, type: tank, index: 0, direction: right, x: 4, y: 2}
|
||||
- {team: theta, type: tank, index: 0, direction: right, x: 6, y: 2}
|
||||
- {team: beta, type: tank, index: 0, direction: right, x: 14, y: 0}
|
||||
- {team: gamma, type: tank, index: 0, direction: right, x: 28, y: 0}
|
||||
- {team: delta, type: tank, index: 0, direction: right, x: 0, y: 14}
|
||||
- {team: epsilon, type: tank, index: 0, direction: right, x: 28, y: 14}
|
||||
- {team: zeta, type: tank, index: 0, direction: right, x: 0, y: 28}
|
||||
- {team: eta, type: tank, index: 0, direction: right, x: 14, y: 28}
|
||||
- {team: theta, type: tank, index: 0, direction: right, x: 28, y: 28}
|
||||
|
||||
tanks:
|
||||
- type: default
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user