Commit Graph

53 Commits

Author SHA1 Message Date
Renge
b59dc3e585 feat: added keys for buff 2022-04-23 22:34:17 -04:00
Renge
721b4544ac feat: change canvassize to 720p and modify the buff button to fit the new size 2022-04-23 15:18:39 -04:00
Renge
845dcb8132 fix: keymapping 2022-04-21 15:38:59 -04:00
OfficialCHenry
5d9d43e4a4 increased dot icon size, moved snake falling to just tutorial 2022-04-21 14:01:44 -04:00
Renge
fc8f313dcc fix: hard code the size of game to 1080p and set background color to black 2022-04-19 12:05:52 -04:00
Renge
1a05c73f8e fix: remove storytester and freeze gravity when pausing 2022-04-17 19:52:01 -04:00
Renge
9e979b6fe7 feat: integrated story into GameLevel 2022-04-17 19:46:10 -04:00
OfficialCHenry
1c1744002f added extrajump and dash 2022-04-14 21:22:52 -04:00
OfficialCHenry
465404afda added buff giving, took out fullscreen for now
bug with button location -> works with this.viewport.setZoomLevel(1);, but zoom level 2 doesnt change the click location, only the visual location
2022-04-13 00:56:43 -04:00
OfficialCHenry
eefc91944d Added Attack
used old slice anim + knife datatype, change when we have the chance.
2022-04-09 04:49:30 -04:00
OfficialCHenry
e6c285e9c1 Added shell for game weapon system 2022-04-08 18:01:21 -04:00
Renge
1dd9c4177d fix: make the game full screen 2022-04-06 15:20:11 -04:00
OfficialCHenry
43f1d941de attack inputs added to main.ts
may be redundant due to inputwrapper.ts
2022-04-02 21:09:01 -04:00
Renge
869ba41f13 init: initializr base code 2022-03-31 20:52:05 -04:00
ZGrandison
a0bace91a0
Origin/new engine features (#2)
* isolate features
2022-02-15 13:57:47 -05:00
Joe Weaver
14c029e31f added support for changing volume of audio 2021-04-02 17:14:39 -04:00
Joe Weaver
760bdafe1c added support for flipped and rotated tiles 2021-04-02 13:23:34 -04:00
Joe Weaver
460d0e3643 fixed some bugs and added destroy() methods 2021-03-18 17:28:05 -04:00
Joe Weaver
924469a2cd improved webGL shader, added label shader 2021-02-19 15:35:57 -05:00
Joe Weaver
4214ef7fd4 added webGL support 2021-02-15 19:44:47 -05:00
Joe Weaver
eeaf73bab4 started platformer demo, added features back to physics system 2021-02-05 13:56:56 -05:00
Joe Weaver
681d63f202 restructured project, added default scene, fixed viewport bug 2021-02-02 18:24:57 -05:00
Joe Weaver
1512fa5c8f separated Game from Gameloop 2021-01-26 14:18:48 -05:00
Joe Weaver
ea33e71619 added a working physics system 2020-12-22 13:18:10 -05:00
Joe Weaver
4b8ebf360d improved visual debugging 2020-12-21 12:32:32 -05:00
Joe Weaver
5bf6e96778 added tween animations 2020-11-29 19:49:04 -05:00
Joe Weaver
3d275ba7f9 added slider and textInput uiElements 2020-11-18 12:20:33 -05:00
Joe Weaver
fff1ac4907 cleaned up UIElement code 2020-11-18 10:57:55 -05:00
Joe Weaver
6149b983a5 finished implementing physics layers and added support for tilemap editing with code 2020-11-16 11:02:45 -05:00
Joe Weaver
9dc8cd29d1 added demo level and started work on physics layer support 2020-11-15 08:26:49 -05:00
Joe Weaver
1047e31c70 added extra demo classes and implemented pathfinding groundwork 2020-10-28 14:55:32 -04:00
Joe Weaver
19028a9a58 reworked physics system 2020-10-25 17:46:43 -04:00
Joe Weaver
d9a87b2727 added viewport zoom 2020-10-18 18:34:13 -04:00
Joe Weaver
7a0f9e5c95 added state machine demo and added some features 2020-10-18 12:03:40 -04:00
Joe Weaver
f3449c1526 added AI support 2020-10-07 15:00:28 -04:00
Joe Weaver
254462993a converted all code to work with AABBs 2020-10-05 15:01:26 -04:00
Joe Weaver
a32066468f added quadtree scene graph and gave CanvasNodes boundaries 2020-09-28 18:57:02 -04:00
Joe Weaver
2093d8e4ab reworked scenes 2020-09-06 18:07:09 -04:00
Joe Weaver
214eba6e71 added resource loader 2020-09-05 00:04:14 -04:00
Joe Weaver
bd49258d30 cleaned up typescript inconsistencies in code 2020-08-24 18:54:52 -04:00
Joe Weaver
2dd60b5197 fixed tilemap physics 2020-08-20 20:45:48 -04:00
Joe Weaver
66ced08987 added some error checking to tilemaps and alpha value to scenes 2020-08-20 14:00:38 -04:00
Joe Weaver
bd961d04d3 fixed issues with tilemaps and physics 2020-08-18 14:48:47 -04:00
Joe Weaver
033680cf52 fixed bug with non-square tilemaps 2020-08-18 11:54:16 -04:00
Joe Weaver
201e1624c4 added basic collisions 2020-08-18 11:07:58 -04:00
Joe Weaver
e6d4d75cd5 added basic physics collision checks 2020-08-17 20:09:41 -04:00
Joe Weaver
f0bb31f61e added tilemaps and a resource loader 2020-08-17 10:34:31 -04:00
Joe Weaver
851fd050a7 added rounded buttons 2020-08-11 19:55:05 -04:00
Joe Weaver
98c23cda40 added canvasItem factory and added parallax 2020-08-10 19:13:42 -04:00
Joe Weaver
b33b7b0a21 improved ui elements 2020-08-10 16:44:24 -04:00