2D puzzle-adventure-RPG engine in C and SDL1.2
Find a file
2018-09-24 11:41:09 -07:00
assets added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
dev screens refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
.gitignore added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
Engine.c added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
Engine.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
enum.h added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
extern.h added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
HyperKaos.c added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
HyperKaos.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
intro.c added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
Kaos.c added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
Kaos.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
main.c added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
Makefile added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
Player.c added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
Player.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Room.c added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
Room.h remove unnecessary casts from void, fix removePlayer() in Room.c, add alpha setting for FgObjects 2018-09-21 13:00:01 -07:00
Scene.c added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
Scene.h added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
sram refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
TextBox.c added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
TextBox.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Timer.c refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Timer.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
WorldData.c added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
WorldData.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00