Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit 3bf8858

Browse files
Add videos / gifs of progress
1 parent 957ca49 commit 3bf8858

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,23 @@ I was thinking to myself, *I want to make a bullet hell game, but I am also goin
2828

2929
I do not want to redo the same things over again. If I want multiplayer, I can just grab it from here. If I want a modloader, I can find it here. That is the motivation behind this project.
3030

31+
![Menu](https://user-images.githubusercontent.com/6277739/176084227-c1f748bf-2cc0-4492-b132-b68f49ea1301.gif)
32+
Quick look at the menus
3133

32-
## Modules
34+
![Cat with sword](https://user-images.githubusercontent.com/6277739/176084038-5483a55f-5698-4dc3-8a9c-0d08b7257d7c.gif)
35+
Attack animation
36+
37+
![2DDungeon](https://user-images.githubusercontent.com/6277739/176084389-33209fb7-b793-47ba-827c-33aeff9a9381.gif)
38+
Dungeon environment
39+
40+
![inv](https://user-images.githubusercontent.com/6277739/176084833-ea29cf7b-f7ef-46ec-8b56-5531ec735b7c.gif)
41+
Working on a inventory
42+
43+
https://user-images.githubusercontent.com/6277739/176085117-7e61e96a-02ef-4f62-9aa0-c185abd94e90.mp4
3344

45+
Attempting to make a FPS
46+
47+
## Modules
3448

3549
### Core
3650
There is an in-game console (shown by pressing F12) that supports custom commands, useful for in-game testing and debugging.
@@ -42,12 +56,14 @@ There are also popup error and message windows. The bottom right corner of the s
4256

4357
### [ModLoader](https://github.com/valkyrienyanko/GodotModules/blob/main/.github/MOD_LOADER.md)
4458

45-
![image](https://user-images.githubusercontent.com/6277739/162651881-b8f98aa5-da2a-4499-b4dd-737a64dec4a9.png)
59+
![image](https://user-images.githubusercontent.com/6277739/176084658-e5bbdf50-3569-484c-a3b1-3f123969b306.png)
60+
4661

4762

4863
### [Netcode](https://github.com/valkyrienyanko/GodotModules/blob/main/.github/NETCODE.md)
4964

5065
![image](https://user-images.githubusercontent.com/6277739/164528687-8ce3891f-2aa2-4c43-b9d2-404620aefad2.png)
66+
![image](https://user-images.githubusercontent.com/6277739/176084492-d642fac2-569b-4f0e-a14e-a02a6e95bd38.png)
5167
![image](https://user-images.githubusercontent.com/6277739/164519290-fcd96048-3267-4278-bbd9-34bd7c0a86c0.png)
5268
![image](https://user-images.githubusercontent.com/6277739/164519339-a23cc3be-29dd-4df8-ad3b-e975508f5ec8.png)
5369

0 commit comments

Comments
 (0)