Skip to content
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

Team 8 — Create Builder unit sprite sheet and atlas #176

Closed
4 of 6 tasks
hazlazuardi opened this issue Sep 29, 2022 · 0 comments · May be fixed by #286
Closed
4 of 6 tasks

Team 8 — Create Builder unit sprite sheet and atlas #176

hazlazuardi opened this issue Sep 29, 2022 · 0 comments · May be fixed by #286
Assignees
Labels
task New task as part of implementing a feature team 8
Milestone

Comments

@hazlazuardi
Copy link
Contributor

Description

Task: Create Builder unit sprite and atlas(#3).
Feature: Friendly Worker Units Continued(#98)

The sprite sheet includes three types of animation: walking, building, and highlighted. Walking animation (move) has four direction: forward-left, forward-right, back-left, back-right. Building animation (action) has two direction: forward-left and forward-right. Highlighted sprites (highlighted) are the ones that should be activated if the player selects the unit.

In the atlas, each animation starts from index 0. For each of the animation group, they have the same naming.

Example

  • builder_forward_left_move: A group of sprites for Builder unit that is facing left and forward and has walking animation.
  • builder_forward_right_action: A group of sprites for Builder unit that is facing right and forward and has building animation.

Milestones

List of steps that need to be completed for this task.

  • Builder animation for walking (Sep. 28)
  • Builder animation for building (Sep. 30)
  • Builder animation for highlighted (Sep. 1)

Completion Deadline: Sep. 2

Progress

  • Initial design of Builder created (Sep. 28).
  • Sprites for walking animation created for each direction (Sep. 28).
  • Documentation of Builder sprite sheet and atlas updated on wiki (Sep. 29).

Member

@hazlazuardi hazlazuardi added task New task as part of implementing a feature team 8 labels Sep 29, 2022
@hazlazuardi hazlazuardi self-assigned this Sep 29, 2022
@hazlazuardi hazlazuardi added this to To do (needs approval) in 2022-studio-3 via automation Sep 29, 2022
@hazlazuardi hazlazuardi added this to the Sprint 3 milestone Sep 29, 2022
2022-studio-3 automation moved this from To do (needs approval) to Done Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task New task as part of implementing a feature team 8
Projects
2022-studio-3
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant