|
|
|
@@ -57,9 +57,9 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<button v-if="subject.perspective === POV.Third" @click.stop="subject.perspective = POV.Second">Second-person</button> |
|
|
|
<button v-if="subject.perspective === POV.First" @click.stop="subject.perspective = POV.Third">Third-person</button> |
|
|
|
<button v-if="subject.perspective === POV.Second" @click.stop="subject.perspective = POV.First">First-person</button> |
|
|
|
<button @click.stop="subject.perspective = POV.First">1st</button> |
|
|
|
<button @click.stop="subject.perspective = POV.Second">2nd</button> |
|
|
|
<button @click.stop="subject.perspective = POV.Third">3rd</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|