Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7b882af
Did all the branch changes
mridul-outscal Jul 1, 2023
63c84a0
Updated Observer Pattern's course link
mridul-outscal Jul 1, 2023
4db94b0
Updated Map Prefab
mridul-outscal Jul 1, 2023
d07417e
todos from code review
abhishekjoshigamerz Jul 4, 2023
3e48370
updated background music sound volume
mridul-outscal Jul 4, 2023
8b0714d
Link changed for courses.
mridul-outscal Jul 5, 2023
a848dee
Removed unused code
mridul-outscal Jul 5, 2023
578ace4
Added Arrow indicators at entry and exit points of the map
mridul-outscal Jul 5, 2023
e91e7d4
Added Wave number text in the UI
mridul-outscal Jul 5, 2023
38e05be
Prepared elements to add on the map
mridul-outscal Jul 5, 2023
0f0140d
Added bloon state method
mridul-outscal Jul 5, 2023
de5673c
Spawning containers for pool dynamically.
mridul-outscal Jul 5, 2023
976664d
Made code more readable
mridul-outscal Jul 5, 2023
8a04064
Made code more readable
mridul-outscal Jul 5, 2023
917503e
refactored bloon SO and implemented different spawn rates for layered…
mridul-outscal Jul 5, 2023
100d1bd
changed sorting order in layer for bloons.
mridul-outscal Jul 5, 2023
3ef9c9c
Implemented tile overlay for spawning monkeys
mridul-outscal Jul 5, 2023
844ed4c
UI changes
mridul-outscal Jul 5, 2023
e3bbc62
updated metal bloon asset
mridul-outscal Jul 6, 2023
2690999
UI changes for level selection, game end UI
peregurin-outscal Nov 25, 2023
6ba2d2b
Font asset changes
peregurin-outscal Nov 25, 2023
b180de8
Merge branch 'dev/peregurin/Project-Setup' into dev/peregurin/Bonus-S…
peregurin-outscal Nov 25, 2023
a4bd57d
blip implementation
peregurin-outscal Nov 28, 2023
03e51e8
wave configuration corrected
peregurin-outscal Nov 28, 2023
be8778d
MyBrahch-1 Drag and drop Implemented
wirelessUser Jan 31, 2024
7e47fb4
MyBranch-2 Singleton
wirelessUser Feb 6, 2024
0a5420d
MyBranch-3 Generic MonoSingleton Created
wirelessUser Feb 8, 2024
4707c86
MyBranch-4 Monkey shooting implemented
wirelessUser Feb 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Assets/Fonts/Kenney Future Narrow SDF.asset
Original file line number Diff line number Diff line change
Expand Up @@ -2588,7 +2588,7 @@ Material:
- _OutlineSoftness: 0
- _OutlineUVSpeedX: 0
- _OutlineUVSpeedY: 0
- _OutlineWidth: 0
- _OutlineWidth: 0.369
- _PerspectiveFilter: 0.875
- _Reflectivity: 10
- _ScaleRatioA: 0.8333333
Expand Down
2 changes: 1 addition & 1 deletion Assets/Fonts/Kenney Future SDF.asset
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ Material:
- _OutlineSoftness: 0
- _OutlineUVSpeedX: 0
- _OutlineUVSpeedY: 0
- _OutlineWidth: 0
- _OutlineWidth: 0.146
- _PerspectiveFilter: 0.875
- _Reflectivity: 10
- _ScaleRatioA: 0.8333333
Expand Down
Loading