feat(#15): add basic character and update camera to follow it
This commit is contained in:
parent
37a7b76d38
commit
9d635eadb8
7 changed files with 214 additions and 45 deletions
|
@ -19,6 +19,10 @@
|
|||
id="overworld"
|
||||
src="resources/overworld.png"
|
||||
/>
|
||||
<img
|
||||
id="character"
|
||||
src="resources/character.png"
|
||||
/>
|
||||
</div>
|
||||
<div id="container">
|
||||
<button id="debug">Debug</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue