Skip to content

Commit

Permalink
Merge pull request #119 from UQcsse3200/Shivam-Tower
Browse files Browse the repository at this point in the history
Created and implemented animations for StunTower and FireTower.
  • Loading branch information
The-AhmadAA authored Sep 8, 2023
2 parents bfc1018 + 2a1b8e8 commit ea1063c
Show file tree
Hide file tree
Showing 94 changed files with 880 additions and 159 deletions.
10 changes: 10 additions & 0 deletions source/core/assets/configs/tower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,15 @@
"health": 20,
"baseAttack": 0,
"cost": 1
},
"fireTower": {
"health": 10,
"baseAttack": 10,
"cost": 10
},
"stunTower": {
"health": 10,
"baseAttack": 10,
"cost": 10
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
83 changes: 83 additions & 0 deletions source/core/assets/images/towers/fire_tower_atlas.atlas
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@

fire_tower_atlas.png
size: 1024, 64
format: RGBA8888
filter: Nearest, Nearest
repeat: none
attack
rotate: false
xy: 122, 2
size: 58, 58
orig: 58, 58
offset: 0, 0
index: 1
attack
rotate: false
xy: 302, 2
size: 58, 58
orig: 58, 58
offset: 0, 0
index: 3
attack
rotate: false
xy: 422, 2
size: 58, 58
orig: 58, 58
offset: 0, 0
index: 0
attack
rotate: false
xy: 602, 2
size: 58, 58
orig: 58, 58
offset: 0, 0
index: 2
idle
rotate: false
xy: 62, 2
size: 58, 58
orig: 58, 58
offset: 0, 0
index: 1
idle
rotate: false
xy: 182, 2
size: 58, 58
orig: 58, 58
offset: 0, 0
index: 3
idle
rotate: false
xy: 362, 2
size: 58, 58
orig: 58, 58
offset: 0, 0
index: 0
idle
rotate: false
xy: 542, 2
size: 58, 58
orig: 58, 58
offset: 0, 0
index: 2
prep_attack
rotate: false
xy: 2, 2
size: 58, 58
orig: 58, 58
offset: 0, 0
index: 1
prep_attack
rotate: false
xy: 242, 2
size: 58, 58
orig: 58, 58
offset: 0, 0
index: 0
prep_attack
rotate: false
xy: 482, 2
size: 58, 58
orig: 58, 58
offset: 0, 0
index: 2
File renamed without changes
118 changes: 118 additions & 0 deletions source/core/assets/images/towers/stun_tower.atlas
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@

stun_tower.png
size: 1024, 64
format: RGBA8888
filter: Nearest, Nearest
repeat: none
attack
rotate: false
xy: 2, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 4
attack
rotate: false
xy: 116, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 9
attack
rotate: false
xy: 173, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 1
attack
rotate: false
xy: 230, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 6
attack
rotate: false
xy: 344, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 3
attack
rotate: false
xy: 458, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 8
attack
rotate: false
xy: 572, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 0
attack
rotate: false
xy: 629, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 5
attack
rotate: false
xy: 743, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 2
attack
rotate: false
xy: 800, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 7
idle
rotate: false
xy: 59, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 1
idle
rotate: false
xy: 287, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 3
idle
rotate: false
xy: 401, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 0
idle
rotate: false
xy: 515, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 5
idle
rotate: false
xy: 686, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 2
idle
rotate: false
xy: 857, 2
size: 55, 45
orig: 55, 45
offset: 0, 0
index: 4
Binary file added source/core/assets/images/towers/stun_tower.png
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed source/core/assets/sounds/BGM_03_mp3.mp3
Binary file not shown.
Binary file removed source/core/assets/sounds/Sci-Fi 1.ogg
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit ea1063c

Please sign in to comment.