-
-
Notifications
You must be signed in to change notification settings - Fork 543
Graphics PR (4) #3342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Graphics PR (4) #3342
Changes from all commits
143eae2
d1f63db
a13afb7
92c86b6
70652b5
3bb97ae
c9cc8a0
eaa8928
8086383
f60c0ea
f7fd167
db9043b
f4480ba
fd2766a
482fdd2
84a6033
808ea48
283467d
262decf
bad5559
f7e8eaa
044f753
b3e8804
0ede3f1
837af6d
ca3c442
475e90d
f1b0b79
6197764
d6949b5
ea39212
cb209ce
ff89279
0ef010d
2506acc
c5b50b9
0309edf
fbbfd2f
154f8e3
2379f62
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I feel like broken rocket launchers should maybe have obvious cracks in them, because this just looks like its shooting lower. Perhaps in the future, we may have rocket launchers that change their height to therefore give some dynamic gameplay, and this might be crucial in time for that. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,101 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (name "working-left") | ||
| (hitbox 20 61 55 35) | ||
| (images "rocket_launcher-left.png")) | ||
|
|
||
| (action | ||
| (name "broken-left") | ||
| (loops 1) | ||
| (fps 20) | ||
| (hitbox 20 61 55 35) | ||
| (images "rocket_launcher-broken-left0.png" | ||
| "rocket_launcher-broken-left1.png" | ||
| "rocket_launcher-broken-left2.png" | ||
| "rocket_launcher-broken-left3.png" | ||
| "rocket_launcher-broken-left4.png" | ||
| "rocket_launcher-broken-left5.png" | ||
| "rocket_launcher-broken-left6.png" | ||
| "rocket_launcher-broken-left7.png" | ||
| "rocket_launcher-broken-left6.png" | ||
| "rocket_launcher-broken-left5.png" | ||
| "rocket_launcher-broken-left8.png" | ||
| "rocket_launcher-broken-left5.png")) | ||
|
|
||
| (action | ||
| (name "iced-left") | ||
| (loops 1) | ||
| (fps 24) | ||
| (hitbox 20 61 55 35) | ||
| (images "rocket_launcher-frozen-left0.png" | ||
| "rocket_launcher-frozen-left1.png" | ||
| "rocket_launcher-frozen-left2.png" | ||
| "rocket_launcher-frozen-left3.png" | ||
| "rocket_launcher-frozen-left4.png")) | ||
|
|
||
| (action | ||
| (name "working-right") | ||
| (hitbox 20 61 55 35) | ||
| (images "rocket_launcher-right.png")) | ||
|
|
||
| (action | ||
| (name "broken-right") | ||
| (hitbox 20 61 55 35) | ||
| (loops 1) | ||
| (fps 20) | ||
| (images "rocket_launcher-broken-right0.png" | ||
| "rocket_launcher-broken-right1.png" | ||
| "rocket_launcher-broken-right2.png" | ||
| "rocket_launcher-broken-right3.png" | ||
| "rocket_launcher-broken-right4.png" | ||
| "rocket_launcher-broken-right5.png" | ||
| "rocket_launcher-broken-right6.png" | ||
| "rocket_launcher-broken-right7.png" | ||
| "rocket_launcher-broken-right6.png" | ||
| "rocket_launcher-broken-right5.png" | ||
| "rocket_launcher-broken-right8.png" | ||
| "rocket_launcher-broken-right5.png")) | ||
|
|
||
| (action | ||
| (name "iced-right") | ||
| (loops 1) | ||
| (fps 24) | ||
| (hitbox 20 61 55 35) | ||
| (images "rocket_launcher-frozen-right0.png" | ||
| "rocket_launcher-frozen-right1.png" | ||
| "rocket_launcher-frozen-right2.png" | ||
| "rocket_launcher-frozen-right3.png" | ||
| "rocket_launcher-frozen-right4.png")) | ||
|
|
||
| (action | ||
| (name "turn-left") | ||
| (loops 1) | ||
| (fps 18) | ||
| (hitbox 20 61 55 35) | ||
| (images "rocket_launcher-turning7.png" | ||
| "rocket_launcher-turning6.png" | ||
| "rocket_launcher-turning5.png" | ||
| "rocket_launcher-turning4.png" | ||
| "rocket_launcher-turning3.png" | ||
| "rocket_launcher-turning2.png" | ||
| "rocket_launcher-turning1.png" | ||
| "rocket_launcher-turning0.png" | ||
| "rocket_launcher-left.png")) | ||
|
|
||
| (action | ||
| (name "turn-right") | ||
| (loops 1) | ||
| (fps 18) | ||
| (hitbox 20 61 55 35) | ||
| (images "rocket_launcher-turning0.png" | ||
| "rocket_launcher-turning1.png" | ||
| "rocket_launcher-turning2.png" | ||
| "rocket_launcher-turning3.png" | ||
| "rocket_launcher-turning4.png" | ||
| "rocket_launcher-turning5.png" | ||
| "rocket_launcher-turning6.png" | ||
| "rocket_launcher-turning7.png" | ||
| "rocket_launcher-right.png") | ||
| ) | ||
| ) | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (name "default") | ||
| (hitbox 15 14 136 136) | ||
| (images "big_boulder.png")) | ||
|
|
||
| (action | ||
| (name "particle") | ||
| (hitbox 0 0 38 38) | ||
| (images "boulder_particle.png")) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,6 @@ | |
|
|
||
| (action | ||
| (name "particle") | ||
| (hitbox 2 2 29 28) | ||
| (hitbox 0 0 38 38) | ||
| (images "big_snowball_particle.png")) | ||
| ) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (name "default") | ||
| (hitbox 6 6 87 84) | ||
| (images "boulder.png")) | ||
|
|
||
| (action | ||
| (name "particle") | ||
| (hitbox 0 0 38 38) | ||
| (images "boulder_particle.png")) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,12 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (hitbox 2 2 12 12) | ||
| (fps 20) | ||
| (images "fire_bullet-0.png" | ||
| "fire_bullet-1.png" | ||
| "fire_bullet-2.png" | ||
| "fire_bullet-3.png") | ||
| (name "right") | ||
| (hitbox 0 0 21 21) | ||
| (images "fire_bullet.png") | ||
| ) | ||
| (action | ||
| (name "left") | ||
| (hitbox 0 0 21 21) | ||
| (mirror-action "right") | ||
| ) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (fps 20) | ||
| (hitbox -5 -5 0 0) | ||
| (images "fire_tail-4.png" | ||
| "fire_tail-3.png" | ||
| "fire_tail-2.png" | ||
| "fire_tail-1.png" | ||
| "fire_tail-0.png") | ||
| ) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,12 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (hitbox 2 2 12 12) | ||
| (fps 20) | ||
| (images "ice_bullet-0.png" | ||
| "ice_bullet-1.png" | ||
| "ice_bullet-2.png" | ||
| "ice_bullet-3.png")) | ||
| (action | ||
| (name "right") | ||
| (hitbox 0 0 21 21) | ||
| (images "ice_bullet.png") | ||
| ) | ||
| (action | ||
| (name "left") | ||
| (hitbox 0 0 21 21) | ||
| (mirror-action "right") | ||
| ) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (fps 20) | ||
| (hitbox -5 -5 0 0) | ||
| (images "ice_tail-4.png" | ||
| "ice_tail-3.png" | ||
| "ice_tail-2.png" | ||
| "ice_tail-1.png" | ||
| "ice_tail-0.png") | ||
| ) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (name "normal") | ||
| (hitbox 0 0 64 32) | ||
| (images "ruin_brick_1x2.png") | ||
| ) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,17 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (name "quiet") | ||
| (hitbox 0 0 0 0) | ||
| (images "radio1.png")) | ||
| (action | ||
| (name "loud") | ||
| (hitbox 0 0 0 0) | ||
| (images "radio1.png" | ||
| "radio2.png" | ||
| "radio3.png") | ||
| (action | ||
| (name "quiet") | ||
| (hitbox 6 19 70 43) | ||
| (images "radio_inactive.png")) | ||
| (action | ||
| (name "loud") | ||
| (hitbox 6 19 70 43) | ||
| (fps 18) | ||
| (images "radio0.png" | ||
| "radio1.png" | ||
| "radio2.png" | ||
| "radio3.png" | ||
| "radio4.png" | ||
| "radio5.png") | ||
| ) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| (name "default") | ||
| (fps 1.0) | ||
| (images | ||
| "leaf-0.png" | ||
| "leaf.png" | ||
| ) | ||
| ) | ||
| ) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (name "default") | ||
| (fps 1.0) | ||
| (images | ||
| "leaf2.png" | ||
| ) | ||
| ) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (fps 20) | ||
| (hitbox -8 -8 0 0) | ||
| (images "poof-1.png" | ||
| "poof-2.png" | ||
| "poof-3.png" | ||
| "poof-4.png" | ||
| "poof-5.png") | ||
| ) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,8 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (name "default") | ||
| (fps 4.0) | ||
| (images | ||
| "viciousivy-0.png" | ||
| "viciousivy-1.png" | ||
| "viciousivy-2.png" | ||
| "viciousivy-3.png" | ||
| "viciousivy.png" | ||
| ) | ||
| ) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,8 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (name "default") | ||
| (fps 4.0) | ||
| (images | ||
| "walkingleaf-0.png" | ||
| "walkingleaf-1.png" | ||
| "walkingleaf-2.png" | ||
| "walkingleaf-3.png" | ||
| "walkingleaf.png" | ||
| ) | ||
| ) | ||
| ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,22 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (name "default") | ||
| (fps 12) | ||
| (images "earth_flower-0.png" | ||
| "earth_flower-0.png" | ||
| "earth_flower-0.png" | ||
| "earth_flower-0.png" | ||
| "earth_flower-0.png" | ||
| "earth_flower-0.png" | ||
| "earth_flower-1.png" | ||
| "earth_flower-1.png" | ||
| "earth_flower-2.png" | ||
| "earth_flower-3.png" | ||
| "earth_flower-3.png" | ||
| "earth_flower-3.png" | ||
| "earth_flower-3.png" | ||
| "earth_flower-3.png" | ||
| "earth_flower-3.png" | ||
| "earth_flower-3.png" | ||
| "earth_flower-2.png" | ||
| "earth_flower-1.png"))) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| (supertux-sprite | ||
| (action | ||
| (name "default") | ||
| (fps 12) | ||
| (images "ice_flower-0.png" | ||
| "ice_flower-1.png" | ||
| "ice_flower-2.png" | ||
| "ice_flower-3.png" | ||
| "ice_flower-2.png" | ||
| "ice_flower-1.png"))) | ||
| "ice_flower-4.png"))) |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.