Added 'TreeArray' to Intro Scene to signify plane is flying above forest.

* Also properly removed the placeholder PreTitles that were supposed to be removed in 3f28aaf4f9
origin
YandolsZX 5 years ago
parent 177451b629
commit 8b8f9ef0a6
  1. BIN
      Animations/IS_TreeArray/Default/000.png
  2. BIN
      Animations/IS_TreeArray/Default/001.png
  3. BIN
      Animations/IS_TreeArray/Default/002.png
  4. BIN
      Animations/IS_TreeArray/Default/003.png
  5. BIN
      Animations/IS_TreeArray/Default/004.png
  6. BIN
      Animations/IS_TreeArray/Default/005.png
  7. BIN
      Animations/IS_TreeArray/Default/006.png
  8. BIN
      Animations/IS_TreeArray/Default/007.png
  9. 9
      Event sheets/ES - Intro Scene.xml
  10. 15
      Layouts/Intro Scene.uistate.xml
  11. 95
      Layouts/Intro Scene.xml
  12. 23
      Resistance Saga FYP.caproj
  13. BIN
      Resistance Saga FYP.capx.autosave
  14. BIN
      Resistance Saga FYP.capx.backup1
  15. 5
      Resistance Saga FYP.uistate.xml

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

@ -82,6 +82,15 @@
<action id="-15" name="Set visible" sid="908838361382407" type="IS_Plane">
<param id="0" name="Visibility">1</param>
</action>
<action id="-15" name="Set visible" sid="823504083312468" type="IS_TreeArray">
<param id="0" name="Visibility">1</param>
</action>
<action disabled="1" id="3" name="Start" sid="584896724874673" type="IS_TreeArray">
<param id="0" name="From">1</param>
</action>
<action disabled="1" id="12" name="Set repeat-to frame" sid="996065700239310" type="IS_TreeArray">
<param id="0" name="Frame number">0</param>
</action>
<action id="-16" name="Wait" sid="726852262193097" type="System">
<param id="0" name="Seconds">5</param>
</action>

@ -4,10 +4,10 @@
It is entirely optional and the project will load without it. If you are placing the project under source control,
you probably do not want to add any .uistate.xml files to the repository.-->
<camera>
<position-x>838</position-x>
<position-x>839</position-x>
<position-y>560</position-y>
<position-z>200</position-z>
<lookat-x>838</lookat-x>
<lookat-x>839</lookat-x>
<lookat-y>560</lookat-y>
<lookat-z>0</lookat-z>
</camera>
@ -23,12 +23,13 @@ you probably do not want to add any .uistate.xml files to the repository.-->
<property expanded="0" name="Margins" />
<property expanded="1" name="Effects" />
</properties>
<active-layer name="PreTitles" />
<active-layer name="Scene Foremostground" />
<layers>
<layer locked="1" name="Black" parallax-in-editor="0" visible="0" />
<layer locked="0" name="PreTitles" parallax-in-editor="0" visible="1" />
<layer locked="1" name="Scene BG" parallax-in-editor="0" visible="0" />
<layer locked="1" name="Scene Foreground" parallax-in-editor="0" visible="0" />
<layer locked="1" name="Black" parallax-in-editor="0" visible="1" />
<layer locked="1" name="PreTitles" parallax-in-editor="0" visible="1" />
<layer locked="1" name="Scene BG" parallax-in-editor="0" visible="1" />
<layer locked="1" name="Scene Foreground" parallax-in-editor="0" visible="1" />
<layer locked="0" name="Scene Foremostground" parallax-in-editor="0" visible="1" />
<layer locked="1" name="Scene Text Dialog Box" parallax-in-editor="0" visible="0" />
<layer locked="1" name="Scene Text Font" parallax-in-editor="0" visible="0" />
</layers>

@ -70,60 +70,6 @@
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances>
<instance type="ISPlaceholder1" uid="27">
<properties>
<text>Created by Placeholder</text>
<initial-visibility>Invisible</initial-visibility>
<font>Arial,-16</font>
<color>255,255,255</color>
<horizontal-alignment>Left</horizontal-alignment>
<vertical-alignment>Top</vertical-alignment>
<hotspot>Top-left</hotspot>
<wrapping>Word</wrapping>
<line-height>0</line-height>
</properties>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>440</x>
<y>175</y>
<z>0</z>
<width>200</width>
<height>30</height>
<depth>0</depth>
<hotspotX>0</hotspotX>
<hotspotY>0</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="ISPlaceholder2" uid="28">
<properties>
<text>Presented by Placeholder</text>
<initial-visibility>Invisible</initial-visibility>
<font>Arial,-16</font>
<color>255,255,255</color>
<horizontal-alignment>Left</horizontal-alignment>
<vertical-alignment>Top</vertical-alignment>
<hotspot>Top-left</hotspot>
<wrapping>Word</wrapping>
<line-height>0</line-height>
</properties>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>449</x>
<y>431</y>
<z>0</z>
<width>200</width>
<height>30</height>
<depth>0</depth>
<hotspotX>0</hotspotX>
<hotspotY>0</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="IS_FS_PreTitle1" uid="42">
<properties>
<initial-visibility>Invisible</initial-visibility>
@ -468,6 +414,47 @@
</instances>
<effects />
</layer>
<layer name="Scene Foremostground" sid="197325663248425">
<initially-visible>1</initially-visible>
<background-color>255,255,255</background-color>
<transparent>1</transparent>
<parallax>
<x>1</x>
<y>1</y>
</parallax>
<zoom-rate>1</zoom-rate>
<opacity>1</opacity>
<force-own-texture>0</force-own-texture>
<global>0</global>
<use-render-cells>0</use-render-cells>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances>
<instance type="IS_TreeArray" uid="27">
<properties>
<initial-visibility>Invisible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Enabled</collisions>
</properties>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>662</x>
<y>690</y>
<z>0</z>
<width>1353</width>
<height>473</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
</instances>
<effects />
</layer>
<layer name="Scene Text Dialog Box" sid="419394132898299">
<initially-visible>1</initially-visible>
<background-color>255,255,255</background-color>

@ -160,12 +160,6 @@
<object-type name="Audio" sid="799400172193663">
<plugin id="Audio" />
</object-type>
<object-type name="ISPlaceholder1" sid="290016792510847">
<plugin id="Text" />
</object-type>
<object-type name="ISPlaceholder2" sid="365599645819994">
<plugin id="Text" />
</object-type>
<object-type name="IS_Plane" sid="628065292852025">
<plugin id="Sprite" />
<behaviors>
@ -278,7 +272,7 @@
<object-type name="IS_Explosion" sid="679061386666336">
<plugin id="Sprite" />
<animation-folder>
<animation framecount="81" loop="0" name="Default" pingpong="0" repeatcount="1" repeatto="0" sid="197595730925800" speed="5">
<animation framecount="81" loop="0" name="Default" pingpong="0" repeatcount="0" repeatto="0" sid="197595730925800" speed="5">
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.0388889" y="0.0388889" />
@ -591,6 +585,21 @@
<object-type name="Browser" sid="585757905928388">
<plugin id="Browser" />
</object-type>
<object-type name="IS_TreeArray" sid="975782626722081">
<plugin id="Sprite" />
<animation-folder>
<animation framecount="8" loop="1" name="Default" pingpong="0" repeatcount="0" repeatto="0" sid="552460478600307" speed="60">
<frame duration="1" hotspotX="0.5" hotspotY="0.5" original-source="C:\Users\yando\Google Drive\Photoshops (N550LF)\College\FYP\TreeArray\TreeArray01.png" />
<frame duration="1" hotspotX="0.5" hotspotY="0.5" original-source="C:\Users\yando\Google Drive\Photoshops (N550LF)\College\FYP\TreeArray\TreeArray02.png" />
<frame duration="1" hotspotX="0.5" hotspotY="0.5" original-source="C:\Users\yando\Google Drive\Photoshops (N550LF)\College\FYP\TreeArray\TreeArray03.png" />
<frame duration="1" hotspotX="0.5" hotspotY="0.5" original-source="C:\Users\yando\Google Drive\Photoshops (N550LF)\College\FYP\TreeArray\TreeArray04.png" />
<frame duration="1" hotspotX="0.5" hotspotY="0.5" original-source="C:\Users\yando\Google Drive\Photoshops (N550LF)\College\FYP\TreeArray\TreeArray05.png" />
<frame duration="1" hotspotX="0.5" hotspotY="0.5" original-source="C:\Users\yando\Google Drive\Photoshops (N550LF)\College\FYP\TreeArray\TreeArray06.png" />
<frame duration="1" hotspotX="0.5" hotspotY="0.5" original-source="C:\Users\yando\Google Drive\Photoshops (N550LF)\College\FYP\TreeArray\TreeArray07.png" />
<frame duration="1" hotspotX="0.5" hotspotY="0.5" original-source="C:\Users\yando\Google Drive\Photoshops (N550LF)\College\FYP\TreeArray\TreeArray08.png" />
</animation>
</animation-folder>
</object-type>
</object-folder>
<families />
<layout-folder>

Binary file not shown.

Binary file not shown.

@ -12,9 +12,9 @@ you probably do not want to add any .uistate.xml files to the repository.-->
<open-tabs>
<layout order="0">Preloader</layout>
<layout order="2">Main Menu</layout>
<layout order="4">Intro Scene</layout>
<layout active="1" order="4">Intro Scene</layout>
<event-sheet order="1">ES - Preloader</event-sheet>
<event-sheet active="1" order="3">ES - Main Menu</event-sheet>
<event-sheet order="3">ES - Main Menu</event-sheet>
<event-sheet order="5">ES - Intro Scene</event-sheet>
</open-tabs>
<properties>
@ -52,5 +52,6 @@ you probably do not want to add any .uistate.xml files to the repository.-->
<folder expanded="1" path="animation-folder/MM_Cursor/" />
<folder expanded="1" path="animation-folder/MM_Barrier/" />
<folder expanded="1" path="animation-folder/MM_Cursor_Projectile/" />
<folder expanded="1" path="animation-folder/IS_TreeArray/" />
</folders-expanded>
</c2uistate>

Loading…
Cancel
Save