tins2021/cmd/tins2021
Sander Schobers 6821ead2bf Increased difficulty a lot.
Added jumping animations for monsters.
2021-08-09 18:27:25 +02:00
..
resources Loading resources from disk/embed if possible. 2021-08-09 07:13:49 +02:00
app.go Moved initialization of textures to main (appContext). 2021-08-09 13:04:31 +02:00
appcontext.go Fixed wobble animation (animation was not stable). 2021-08-09 17:26:28 +02:00
credits.go Updated wording a bit. 2021-08-09 15:30:06 +02:00
extract.go Replaced go/embed with rice again. 2021-08-09 14:00:41 +02:00
info.go Updated wording a bit. 2021-08-09 15:30:06 +02:00
levelcontroller.go Increased difficulty a lot. 2021-08-09 18:27:25 +02:00
mainmenu.go Fixed bug in main menu. 2021-08-09 13:07:12 +02:00
menu.go Fixed bug in main menu. 2021-08-09 13:07:12 +02:00
textures.go Fixed wobble animation (animation was not stable). 2021-08-09 17:26:28 +02:00
tins2021_allegro.go Removed console window on Windows. 2021-08-09 14:00:41 +02:00
tins2021_sdl.go Initial version, includes simple level renderer & player movement. 2021-08-07 00:16:20 +02:00
tins2021.go Removed console window on Windows. 2021-08-09 14:00:41 +02:00
ui.go Moved initialization of textures to main (appContext). 2021-08-09 13:04:31 +02:00