Studio-Lovelies / GG-JointJustice-Unity

It's the repo for the GGJJ Unity version! I'm too dumb to come up with a wittier description.
Mozilla Public License 2.0
7 stars 8 forks source link

Moving characters across the screen + Two characters per scene #443

Open ViMaSter opened 3 months ago

ViMaSter commented 3 months ago

Description

Design requested the ability to position up to two actors in each 320x140-sized scene.
To realize it, these should offer five slots, three of them visible:

Proposed ink syntax:

&SCENE:TMPH_Lobby                   
&SET_ACTOR_POSITION:Dan,OOB_Left    // While Dan is on the left half of the screen
&SET_ACTOR_POSITION:Arin,OOB_Right  // Slide Arin from outside the screen on the right…
&SLIDE_ACTOR_TO:Arin,Right          // …into the right half of the screen within 1 second…
&SLIDE_ACTOR_TO:Arin,OOB_Right,0.5  // …and back out the right side of the screen within 0.5 seconds 

Acceptance Criteria

This story will be finished when…

PhoebeMitchell commented 3 months ago

Following from https://github.com/Studio-Lovelies/GG-JointJustice-Unity/issues/417#issuecomment-2292257115 I'm inclined to close this as it appears to also be a duplicate of #418

ViMaSter commented 3 months ago

…as it appears to also be a duplicate of https://github.com/Studio-Lovelies/GG-JointJustice-Unity/issues/418

Parts of it, I think. This issue adds two things we're missing inside #417:

If both things are already possible, just having a reference script in this thread would suffice. Feel free to close it then!

That all aside, I think integrating #448 and thereby closing #417 still makes sense to me, no matter how we decide to progress with this issue.

PhoebeMitchell commented 3 months ago

Oook. Let's leave it open :+1: