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

Improve WLD editor #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

AzazelN28
Copy link
Collaborator

@AzazelN28 AzazelN28 commented Oct 6, 2020

  • Now vertices can be created by pressing SPACE
  • Normals are drawn
  • E/R to decrease/increase flag number
  • PGUP/PGDN to decrease/increase ceiling
  • HOME/END to decrease/increase floor
  • U to change background texture
  • I to change floor texture
  • O to change wall texture
  • P to change ceiling texture
  • Minor refactor of map functions: (map_center, map_set_floor_height,
    map_set_ceiling_height, map_choose_fpg)

@vii1
Copy link
Owner

vii1 commented Oct 7, 2020

* Normals are drawn

Veo unos puntitos cerca del centro de las paredes, pero son minúsculos, ¿debería verse así?
dos4gw_000

* PGUP/PGDN to decrease/increase ceiling
* HOME/END to decrease/increase floor

No consigo que me funcionen estas teclas :s

* I to change floor texture
* O to change wall texture
* P to change ceiling texture

Estas teclas funcionan incluso cuando no está el modo correcto puesto, por ejemplo I y P funcionan en modo línea y O funciona en modo sector, cuando normalmente la GUI no permite hacer esto.

Lo demás lo veo todo ok.

- Now vertices can be create by pressing space
- Normals are drawn
- E/R to decrease/increase flag number
- PGUP/PGDN to decrease/increase ceiling
- HOME/END to decrease/increase floor
- U to change background texture
- I to change floor texture
- O to change wall texture
- P to change ceiling texture
- Minor refactor of map functions: (map_center, map_set_floor_height,
map_set_ceiling_height, map_choose_fpg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants