Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Move character #11

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,179 changes: 621 additions & 1,558 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"cssnano": "^5.0.14",
"eslint": "^6.8.0",
"minimist": ">=1.2.2",
"parcel-plugin-clean-easy": "^1.0.2",
"parcel-plugin-static-files-copy": "^2.4.3",
"postcss": "^8.4.5",
"typescript": "^3.8.3"
},
"dependencies": {
Expand Down
Binary file added public/character/character.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/character/knight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
242 changes: 242 additions & 0 deletions public/character/knight_atlas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,242 @@
{
"frames": [
{
"filename": "knight_f_hit_anim_f0",
"frame": {
"w": 16,
"h": 28,
"x": 1,
"y": 1
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_f_idle_anim_f0",
"frame": {
"w": 16,
"h": 28,
"x": 18,
"y": 1
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_f_idle_anim_f1",
"frame": {
"w": 16,
"h": 28,
"x": 1,
"y": 30
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_f_idle_anim_f2",
"frame": {
"w": 16,
"h": 28,
"x": 18,
"y": 30
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_f_idle_anim_f3",
"frame": {
"w": 16,
"h": 28,
"x": 35,
"y": 1
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_f_run_anim_f0",
"frame": {
"w": 16,
"h": 28,
"x": 35,
"y": 30
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_f_run_anim_f1",
"frame": {
"w": 16,
"h": 28,
"x": 52,
"y": 1
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_f_run_anim_f2",
"frame": {
"w": 16,
"h": 28,
"x": 52,
"y": 30
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_f_run_anim_f3",
"frame": {
"w": 16,
"h": 28,
"x": 1,
"y": 59
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_m_hit_anim_f0",
"frame": {
"w": 16,
"h": 28,
"x": 18,
"y": 59
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_m_idle_anim_f0",
"frame": {
"w": 16,
"h": 28,
"x": 35,
"y": 59
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_m_idle_anim_f1",
"frame": {
"w": 16,
"h": 28,
"x": 52,
"y": 59
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_m_idle_anim_f2",
"frame": {
"w": 16,
"h": 28,
"x": 69,
"y": 1
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_m_idle_anim_f3",
"frame": {
"w": 16,
"h": 28,
"x": 69,
"y": 30
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_m_run_anim_f0",
"frame": {
"w": 16,
"h": 28,
"x": 69,
"y": 59
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_m_run_anim_f1",
"frame": {
"w": 16,
"h": 28,
"x": 86,
"y": 1
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_m_run_anim_f2",
"frame": {
"w": 16,
"h": 28,
"x": 86,
"y": 30
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "knight_m_run_anim_f3",
"frame": {
"w": 16,
"h": 28,
"x": 86,
"y": 59
},
"anchor": {
"x": 0.5,
"y": 0.5
}
}
],
"meta": {
"description": "Atlas generado con Atlas Packer Gamma V2",
"web": "https://gammafp.github.io/atlas-packer-phaser/"
}
}
Binary file added public/enemies/flyer_idle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions public/enemies/flyer_idle_atlas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"frames": [
{
"filename": "tiny_zombie_idle_anim_f0",
"frame": {
"w": 16,
"h": 16,
"x": 1,
"y": 1
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "tiny_zombie_idle_anim_f1",
"frame": {
"w": 16,
"h": 16,
"x": 18,
"y": 1
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "tiny_zombie_idle_anim_f2",
"frame": {
"w": 16,
"h": 16,
"x": 1,
"y": 18
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "tiny_zombie_idle_anim_f3",
"frame": {
"w": 16,
"h": 16,
"x": 18,
"y": 18
},
"anchor": {
"x": 0.5,
"y": 0.5
}
}
],
"meta": {
"description": "Atlas generado con Atlas Packer Gamma V2",
"web": "https://gammafp.github.io/atlas-packer-phaser/"
}
}
Binary file added public/enemies/flyer_run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions public/enemies/flyer_run_atlas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"frames": [
{
"filename": "tiny_zombie_run_anim_f0",
"frame": {
"w": 16,
"h": 16,
"x": 1,
"y": 1
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "tiny_zombie_run_anim_f1",
"frame": {
"w": 16,
"h": 16,
"x": 18,
"y": 1
},
"anchor": {
"x": 0.5,
"y": 0.5
}
},
{
"filename": "tiny_zombie_run_anim_f2",
"frame": {
"w": 16,
"h": 16,
"x": 1,
"y": 18
},
"anchor": {
"x": 0.5,
"y": 0.5
}
}
],
"meta": {
"description": "Atlas generado con Atlas Packer Gamma V2",
"web": "https://gammafp.github.io/atlas-packer-phaser/"
}
}
1,278 changes: 1,278 additions & 0 deletions public/tiles/debug_dungeon.json

Large diffs are not rendered by default.

Loading