-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now working on animation, rendering and hitbox of the main characters.
- Loading branch information
1 parent
36d1186
commit 92467ea
Showing
49 changed files
with
1,801 additions
and
14,871 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
{ | ||
"name": "@serbanghita-gamedev/assets", | ||
"version": "1.0.0", | ||
"description": "", | ||
"description": "Asset related utils (JSON, Images, etc)", | ||
"version": "0.0.1", | ||
"author": "Serban Ghita <[email protected]> (https://ghita.org)", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"main": "src/index.ts", | ||
"scripts": { | ||
"build": "echo \"Error: no build specified for glhf-assets yet.\"", | ||
"test": "echo \"Error: no test specified for glhf-assets yet.\"" | ||
}, | ||
"author": "Serban Ghita <[email protected]> (https://ghita.org)", | ||
"license": "MIT" | ||
"devDependencies": { | ||
"@eslint/js": "^9.4.0", | ||
"@types/eslint__js": "^8.42.3", | ||
"eslint": "^9.4.0", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.11.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
src/*.js | ||
src/*.js.map | ||
src/*.js.map | ||
src/assets/sprites/*.png |
File renamed without changes.
Oops, something went wrong.