Skip to content

Commit

Permalink
Ability related UI was added with cooldown timer.
Browse files Browse the repository at this point in the history
Speed modifier was added into the unit config - It handles ground / air / run states.
Circle progress svelte component was added.
Tool selection logic was moved into the unit controller config.
Crosshair visibility logic was moved into the unit controller config.
  • Loading branch information
NewKrok committed Apr 11, 2022
1 parent 70a04f6 commit 117ab0f
Show file tree
Hide file tree
Showing 16 changed files with 274 additions and 189,464 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newkrok/three-tps-demo",
"version": "0.3.0",
"version": "0.4.0",
"description": "Demo game project for NewKrok's THREE TPS",
"main": "src/js/three-tps-demo.js",
"bin": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@material/theme": "^13.0.0",
"@newkrok/three-particles": "0.7.0",
"@newkrok/three-tps": "0.3.0",
"@newkrok/three-tps": "0.4.0",
"@smui/button": "6.0.0-beta.15",
"@smui/card": "6.0.0-beta.15",
"@smui/dialog": "6.0.0-beta.15",
Expand Down
Binary file added public/assets/images/abilities/dash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/build/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 117ab0f

Please sign in to comment.