Skip to content

Commit

Permalink
add experimental animation to knights
Browse files Browse the repository at this point in the history
  • Loading branch information
trymnilsen committed Nov 9, 2024
1 parent 6ca709a commit 0adf479
Show file tree
Hide file tree
Showing 19 changed files with 446 additions and 187 deletions.
23 changes: 22 additions & 1 deletion asset/swordsman_sheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
"y": 0,
"w": 16,
"h": 16,
"frames": 1
"frames": 5
},
"knight_up": {
"x": 0,
"y": 16,
"w": 16,
"h": 16,
"frames": 5
},
"knight_right": {
"x": 0,
"y": 32,
"w": 16,
"h": 16,
"frames": 5
},
"knight_left": {
"x": 0,
"y": 48,
"w": 16,
"h": 16,
"frames": 5
}
}
Binary file modified public/asset/bin-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<title>Kingdom Architect</title>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<link rel="manifest" href="manifest.json" />
<script
<!--<script
src="https://js.sentry-cdn.com/259d596235604986b46731a3344a1bfa.min.js"
crossorigin="anonymous"></script>
crossorigin="anonymous"></script>-->
<script src="/dist/bundle.js"></script>
</head>

Expand Down
Loading

0 comments on commit 0adf479

Please sign in to comment.