- [NEW] Mode d'edició flotant (amb tecla M).
- [FIX] la copa de actors (sobre tot per a templates) també copia la surface. - [FIX] El push de reacció se li ha de passar al que espenta, no al aspentat. - [FIX] La posició del cursor en l'editor de posició en bitmap ha de resetejar-se al soltar el botó. - [NEW] Gràfics del cabronet. - [NEW] Montons de objectes "templatechats" pa anar editant més apresa.
This commit is contained in:
@@ -61,7 +61,7 @@ namespace modules
|
||||
|
||||
bool loop()
|
||||
{
|
||||
if (input::keyPressed(SDL_SCANCODE_ESCAPE) || input::keyPressed(SDL_SCANCODE_TAB)) return false;
|
||||
if (input::keyPressed(SDL_SCANCODE_ESCAPE) || input::keyPressed(SDL_SCANCODE_TAB) || input::keyPressed(SDL_SCANCODE_GRAVE)) return false;
|
||||
|
||||
if (edit_mode == EDITING_NORMAL)
|
||||
{
|
||||
@@ -144,6 +144,7 @@ namespace modules
|
||||
actor::setUniqueName(new_act);
|
||||
actor::setDirty(new_act, true);
|
||||
actor::select(new_act);
|
||||
actor::setFloatingEditing(true);
|
||||
room::editor::modify();
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user