Skip to content

Commit

Permalink
Merged Main into T3
Browse files Browse the repository at this point in the history
  • Loading branch information
Moksh-Mehta7 committed Oct 16, 2023
2 parents 8ff669a + fd7c9ce commit c37532c
Show file tree
Hide file tree
Showing 190 changed files with 6,141 additions and 2,786 deletions.
53 changes: 34 additions & 19 deletions source/core/assets/configs/tower.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,52 @@
{
"weapon": {
"income": {
"health": 10,
"baseAttack": 10,
"baseAttack": 0,
"cost": 10
},
"wall": {
"health": 20,
"baseAttack": 0,
"cost": 5
},
"income": {
"health": 20,
"health": 300,
"baseAttack": 0,
"cost": 1
"cost": 45
},
"TNTTower": {
"health": 10,
"baseAttack": 5,
"cost": 1
"cost": 30
},
"weapon": {
"health": 75,
"baseAttack": 15,
"cost": 15
},
"DroidTower": {
"health": 50,
"baseAttack": 5,
"cost": 1
"health": 100,
"baseAttack": 25,
"cost": 45
},
"fireTower": {
"health": 10,
"baseAttack": 10,
"cost": 10
"health": 100,
"baseAttack": 25,
"cost": 45
},
"stunTower": {
"health": 10,
"baseAttack": 10,
"cost": 10
"health": 100,
"baseAttack": 25,
"cost": 45
},
"fireworksTower": {
"health": 125,
"baseAttack": 45,
"cost": 70
},
"pierceTower": {
"health": 125,
"baseAttack": 45,
"cost": 70
},
"ricochetTower": {
"health": 125,
"baseAttack": 45,
"cost": 70
}
}
Binary file added source/core/assets/images/green_tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
160 changes: 160 additions & 0 deletions source/core/assets/images/mobs/firewizard.atlas
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@

firewizard.png
size: 2048, 128
format: RGBA8888
filter: Nearest, Nearest
repeat: none
firewizard_attack
rotate: false
xy: 492, 8
size: 96, 72
orig: 96, 72
offset: 0, 0
index: -1
firewizard_attack
rotate: false
xy: 296, 8
size: 96, 72
orig: 96, 72
offset: 0, 0
index: -1
firewizard_attack
rotate: false
xy: 2, 8
size: 96, 72
orig: 96, 72
offset: 0, 0
index: -1
firewizard_attack
rotate: false
xy: 394, 8
size: 96, 72
orig: 96, 72
offset: 0, 0
index: -1
firewizard_attack
rotate: false
xy: 198, 8
size: 96, 72
orig: 96, 72
offset: 0, 0
index: -1
firewizard_attack
rotate: false
xy: 688, 11
size: 96, 69
orig: 96, 69
offset: 0, 0
index: -1
firewizard_attack
rotate: false
xy: 590, 11
size: 96, 69
orig: 96, 69
offset: 0, 0
index: -1
firewizard_attack
rotate: false
xy: 100, 8
size: 96, 72
orig: 96, 72
offset: 0, 0
index: -1
firewizard_death
rotate: false
xy: 1389, 16
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
firewizard_death
rotate: false
xy: 1521, 16
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
firewizard_death
rotate: false
xy: 1323, 16
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
firewizard_death
rotate: false
xy: 1587, 16
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
firewizard_death
rotate: false
xy: 1455, 16
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
firewizard_move
rotate: false
xy: 1189, 2
size: 65, 78
orig: 65, 78
offset: 0, 0
index: -1
firewizard_move
rotate: false
xy: 988, 2
size: 65, 78
orig: 65, 78
offset: 0, 0
index: -1
firewizard_mov
rotate: false
xy: 786, 2
size: 66, 78
orig: 66, 78
offset: 0, 0
index: -1
firewizard_move
rotate: false
xy: 1122, 2
size: 65, 78
orig: 65, 78
offset: 0, 0
index: -1
firewizard_move
rotate: false
xy: 921, 2
size: 65, 78
orig: 65, 78
offset: 0, 0
index: -1
firewizard_move
rotate: false
xy: 1256, 2
size: 65, 78
orig: 65, 78
offset: 0, 0
index: -1
firewizard_move
rotate: false
xy: 1055, 2
size: 65, 78
orig: 65, 78
offset: 0, 0
index: -1
firewizard_move
rotate: false
xy: 854, 2
size: 65, 78
orig: 65, 78
offset: 0, 0
index: -1
default
rotate: false
xy: 854, 2
size: 65, 78
orig: 65, 78
offset: 0, 0
index: -1
Binary file added source/core/assets/images/mobs/firewizard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c37532c

Please sign in to comment.