Skip to content

Commit

Permalink
CWT Game - Quick Dunk
Browse files Browse the repository at this point in the history
- Credited some extra chaps for work done
- Did a bit of changes to the code
  • Loading branch information
ctomni231 committed Mar 26, 2021
1 parent f2b7fb5 commit 5ba52c7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion credits.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{

"CUSTOM WARS TACTICS CREDITS": {

"FORUM HOSTING - LEAD": [
"Xenesis"
],
Expand All @@ -16,6 +16,7 @@
"ART": [
"HombreRandom",
"secv90",
"DonkinDo",
"x0_000",
"Halo Capella"
],
Expand Down
1 change: 1 addition & 0 deletions credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ MobiusReactor
<ART>
HombreRandom
secv90
DonkinDo
x0_000
Halo Capella

Expand Down
4 changes: 2 additions & 2 deletions cwtactics.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export function boot() {
screenlib.addTrait(debugscr)

// Let's test some screens
screenlib.addTrait(main)
//screenlib.addTrait(testbed)
//screenlib.addTrait(main)
screenlib.addTrait(testbed)

screenlib.run()

Expand Down
9 changes: 5 additions & 4 deletions image/cwt_battle/mugs/commanders/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* JakeSamiRulz
* HombreRandom
* Lord Spyro
* DonkinDo

# Custom Wars Tactics - Core Commanding Officers

Expand Down Expand Up @@ -47,7 +48,7 @@
* [x] 0027 - Kindle
* [x] 0028 - Von Bolt

## Advance Wars Dark Conflict
## Advance Wars Dark Conflict

* [ ] 0029 - Will
* [ ] 0030 - Brenner
Expand Down Expand Up @@ -155,7 +156,7 @@ http://www.alexanderratta.com/artwork/advance-wars-frontier/cos/
* [ ] 0250 - Sadie
* [ ] 0251 - Condor
* [ ] 0252 - Mepher
* [ ] 0253 - Tact
* [ ] 0253 - Tact
* [ ] 0254 - Racket
* [ ] 0255 - Wendy
* [ ] 0256 - Wolfe
Expand Down Expand Up @@ -226,7 +227,7 @@ These are default to the game, and only fill if a color isn't produced in a mod
* [ ] AR - Acid Rain (Dark Green)
* [ ] WN - White Nova (White/Peach)

## Commander Wars - Armies
## Commander Wars - Armies

* [ ] OS - Orange Star (Red)
* [ ] BM - Blue Moon (Blue)
Expand Down Expand Up @@ -402,4 +403,4 @@ These are default to the game, and only fill if a color isn't produced in a mod
* 0039 - Tabitha
* 0040 - Caulder
* 0041 - Drakov/The Beast
* 0042 - Davis
* 0042 - Davis

0 comments on commit 5ba52c7

Please sign in to comment.