Skip to content

Commit

Permalink
Updated gitignore and removed imports, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamyab Nazari committed Aug 2, 2022
1 parent 0a18425 commit a534f72
Show file tree
Hide file tree
Showing 77 changed files with 12 additions and 2,527 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ data_*/

# Asset .import ignores
icon.png.import
Images/*.import
Music/*.import
ScreenShots/*.import
Sound-Effects/*.import
Sprites/*.import
images/*.import
music/*.import
screenshots/*.import
sound-effects/*.import
sprites/*.import
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

**Status:** Demo Project

**Current Phase:** Prototype
**Current Phase:** Demo

**Version** 1.2.0
**Version** 1.3.0

## The Project

Expand All @@ -17,10 +17,10 @@ UI, Score System, Character Selection System, Button System/Animation, Music/Sou
## Screenshots

<p float="left">
<img src="https://github.com/Kamy-World-Productions/Color-Eater-Demo/blob/main/ScreenShots/Screenshot-1.png" width="20%" height="20%">
<img src="https://github.com/Kamy-World-Productions/Color-Eater-Demo/blob/main/ScreenShots/Screenshot-2.png" width="20%" height="20%">
<img src="https://github.com/Kamy-World-Productions/Color-Eater-Demo/blob/main/ScreenShots/Screenshot-3.png" width="20%" height="20%">
<img src="https://github.com/Kamy-World-Productions/Color-Eater-Demo/blob/main/ScreenShots/Screenshot-4.png" width="20%" height="20%">
<img src="https://github.com/kamyab-nazari/color-eater-demo/blob/main/screenshots/Screenshot-1.png" width="20%" height="20%">
<img src="https://github.com/kamyab-nazari/color-eater-demo/blob/main/screenshots/Screenshot-2.png" width="20%" height="20%">
<img src="https://github.com/kamyab-nazari/color-eater-demo/blob/main/screenshots/Screenshot-3.png" width="20%" height="20%">
<img src="https://github.com/kamyab-nazari/color-eater-demo/blob/main/screenshots/Screenshot-4.png" width="20%" height="20%">
</p>

## Game Description
Expand All @@ -35,7 +35,7 @@ UI, Score System, Character Selection System, Button System/Animation, Music/Sou

**Renderer:** GLES 2.0 (OpenGL ES 2.0)

**Game Engine:** Godot (3.4.4)
**Game Engine:** Godot (3.4.5)

## Rules

Expand Down
15 changes: 0 additions & 15 deletions music/music_track_01.ogg.import

This file was deleted.

15 changes: 0 additions & 15 deletions music/music_track_02.ogg.import

This file was deleted.

35 changes: 0 additions & 35 deletions screenshots/Icon.png.import

This file was deleted.

35 changes: 0 additions & 35 deletions screenshots/Screenshot-1.png.import

This file was deleted.

35 changes: 0 additions & 35 deletions screenshots/Screenshot-2.png.import

This file was deleted.

35 changes: 0 additions & 35 deletions screenshots/Screenshot-3.png.import

This file was deleted.

35 changes: 0 additions & 35 deletions screenshots/Screenshot-4.png.import

This file was deleted.

21 changes: 0 additions & 21 deletions sound-effects/click_track_01.wav.import

This file was deleted.

21 changes: 0 additions & 21 deletions sound-effects/confirmation_track_01.wav.import

This file was deleted.

21 changes: 0 additions & 21 deletions sound-effects/explotion_track_01.wav.import

This file was deleted.

21 changes: 0 additions & 21 deletions sound-effects/switch_track_01.wav.import

This file was deleted.

21 changes: 0 additions & 21 deletions sound-effects/toggle_track_01.wav.import

This file was deleted.

Loading

0 comments on commit a534f72

Please sign in to comment.