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

Mejorar la forma de presentar un fondo para un juego #154

Closed
fdodino opened this issue May 21, 2024 · 2 comments · Fixed by #171
Closed

Mejorar la forma de presentar un fondo para un juego #154

fdodino opened this issue May 21, 2024 · 2 comments · Fixed by #171
Assignees
Labels
game priority: low Nice to have issue

Comments

@fdodino
Copy link
Contributor

fdodino commented May 21, 2024

Hoy el ground no se actualiza, aun cuando le setees un valor

game.ground(...)

game.start()  // se visualiza el ground por defecto
@fdodino
Copy link
Contributor Author

fdodino commented May 21, 2024

No se está tomando en cuenta ground directamente. Deberíamos tener:

  • boardGround como fondo adaptado en la imagen
  • ground como fondo de celda que se repita

@fdodino fdodino added game priority: low Nice to have issue labels May 21, 2024
@PalumboN
Copy link
Contributor

Y si están ambos, fondo de canvas mata fondo de celda (el fondo de la celda viene por defecto, el otro no).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
game priority: low Nice to have issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants