[Scummvm-tracker] [ScummVM] #10822: QFG4: Reading 3, Two of Cups is placed off-center

Vhati trac at scummvm.org
Mon Dec 3 09:39:41 CET 2018


#10822: QFG4: Reading 3, Two of Cups is placed off-center
--------------------------------+----------------------------
  Reporter:  Vhati              |      Owner:  (none)
      Type:  defect             |     Status:  new
  Priority:  low                |  Component:  Engine: SCI
Resolution:                     |   Keywords:  SCI32 original
      Game:  Quest for Glory 4  |
--------------------------------+----------------------------

Comment (by Vhati):

 sShowCard decides where to place every card. Should be able to add a
 special case for this one.
 \\
 \\
 script 475 - sShowCard::changeState(2)
 {{{
 (switch loc2_myCardPile
         (1
                 (loc1_myCard
                         moveSpeed: 0
                         setStep: 30 10
                         setScaler: Scaler 100 35 150 110
                         setMotion: MoveTo 145 110 self
                 )
         )
         (2
                 (loc1_myCard
                         moveSpeed: 0
                         setStep: 30 10
                         setScaler: Scaler 100 35 150 110
                         setMotion: MoveTo 80 110 self
                 )
         )
         (3
                 (loc1_myCard
                         moveSpeed: 0
                         setStep: 30 10
                         setScaler: Scaler 35 100 170 150
                         setMotion: MoveTo 144 170 self
                 )
         )
         (4
                 (loc1_myCard
                         moveSpeed: 0
                         setStep: 30 10
                         setScaler: Scaler 100 35 150 110
                         setMotion: MoveTo 210 110 self
                 )
         )
         (5
                 (loc1_myCard
                         moveSpeed: 0
                         setStep: 30 10
                         setScaler: Scaler 100 35 150 50
                         setMotion: MoveTo 144 50 self
                 )
         )
 )
 }}}

--
Ticket URL: <https://bugs.scummvm.org/ticket/10822#comment:6>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list