CompassSoftware / CompassSoftware/AppTAG

Initial Adjustments Room (Room 7)

Abierto
#227 0 comentarios 0 reacciones 0 asignados Ver en GitHub
good first issue
Lenguaje dominante
JavaScript
Estrellas
0
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Using the journalRoom.js as a model, create an empty but working "Adjustment Room." You can find the journalRoom commits on the iss_157 #157 branch. My suggestion is to the checkout that branch, then create your new branch for this issue OFF OF THAT ISS_157 BRANCH. That way you get all the journalRoom stuff.

What to do:

- [ ] copy journalRoom.js to AdjustmentRoom.js
- [ ] Change quoted text "Journal" to "Adjustment" etc. (Learn how to search in your editor!)
- [ ] Change all room4_ references to room7_ instead
- [ ] Change all Room4 folder and filename stuff to Room7
- [ ] Create asset folders for Room7 and Panels/Room7
- [ ] Find a "floor" image for the Adjustment room that is unique to our game
- [ ] Update images so that each of the 6 wall panels has one (not two or three like in journal room)
- [ ] Update various locations for the wall panel stuff (scaling, alphas, etc.)
- [ ] Update roomProgress values from 4000 based to 7000.
- [ ] Change read ordering of the wall panels in the interactivity function.
- [ ] comment out most of the checkNextPages (I think that's the name) function
- [ ] update main.js and index.html so you can test this initial room out (Accacio moves around and can read the default wall panels)

Anything else needed that I forgot? Add as a followup comment below.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.