CommitLog |
This commit is contained in:
parent
976a0c4caf
commit
10471cac07
3 changed files with 141 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
||||||
<background>background\bg_space</background>
|
<background>background\bg_space</background>
|
||||||
</backgrounds>
|
</backgrounds>
|
||||||
<paths name="paths"/>
|
<paths name="paths"/>
|
||||||
|
<objects name="objects">
|
||||||
|
<object>objects\obj_playerr</object>
|
||||||
|
</objects>
|
||||||
|
<rooms name="rooms">
|
||||||
|
<room>rooms\rm_game</room>
|
||||||
|
</rooms>
|
||||||
<help>
|
<help>
|
||||||
<rtf>help.rtf</rtf>
|
<rtf>help.rtf</rtf>
|
||||||
</help>
|
</help>
|
||||||
|
|
70
objects/obj_playerr.object.gmx
Normal file
70
objects/obj_playerr.object.gmx
Normal file
|
@ -0,0 +1,70 @@
|
||||||
|
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
|
||||||
|
<object>
|
||||||
|
<spriteName>spr_player</spriteName>
|
||||||
|
<solid>0</solid>
|
||||||
|
<visible>-1</visible>
|
||||||
|
<depth>0</depth>
|
||||||
|
<persistent>0</persistent>
|
||||||
|
<parentName><undefined></parentName>
|
||||||
|
<maskName><undefined></maskName>
|
||||||
|
<events>
|
||||||
|
<event eventtype="5" enumb="68">
|
||||||
|
<action>
|
||||||
|
<libid>1</libid>
|
||||||
|
<id>603</id>
|
||||||
|
<kind>7</kind>
|
||||||
|
<userelative>0</userelative>
|
||||||
|
<isquestion>0</isquestion>
|
||||||
|
<useapplyto>-1</useapplyto>
|
||||||
|
<exetype>2</exetype>
|
||||||
|
<functionname></functionname>
|
||||||
|
<codestring></codestring>
|
||||||
|
<whoName>self</whoName>
|
||||||
|
<relative>0</relative>
|
||||||
|
<isnot>0</isnot>
|
||||||
|
<arguments>
|
||||||
|
<argument>
|
||||||
|
<kind>1</kind>
|
||||||
|
<string>image_angle += 5;
|
||||||
|
</string>
|
||||||
|
</argument>
|
||||||
|
</arguments>
|
||||||
|
</action>
|
||||||
|
</event>
|
||||||
|
<event eventtype="5" enumb="65">
|
||||||
|
<action>
|
||||||
|
<libid>1</libid>
|
||||||
|
<id>603</id>
|
||||||
|
<kind>7</kind>
|
||||||
|
<userelative>0</userelative>
|
||||||
|
<isquestion>0</isquestion>
|
||||||
|
<useapplyto>-1</useapplyto>
|
||||||
|
<exetype>2</exetype>
|
||||||
|
<functionname></functionname>
|
||||||
|
<codestring></codestring>
|
||||||
|
<whoName>self</whoName>
|
||||||
|
<relative>0</relative>
|
||||||
|
<isnot>0</isnot>
|
||||||
|
<arguments>
|
||||||
|
<argument>
|
||||||
|
<kind>1</kind>
|
||||||
|
<string>image_angle -= 5;
|
||||||
|
</string>
|
||||||
|
</argument>
|
||||||
|
</arguments>
|
||||||
|
</action>
|
||||||
|
</event>
|
||||||
|
</events>
|
||||||
|
<PhysicsObject>0</PhysicsObject>
|
||||||
|
<PhysicsObjectSensor>0</PhysicsObjectSensor>
|
||||||
|
<PhysicsObjectShape>0</PhysicsObjectShape>
|
||||||
|
<PhysicsObjectDensity>0.5</PhysicsObjectDensity>
|
||||||
|
<PhysicsObjectRestitution>0.100000001490116</PhysicsObjectRestitution>
|
||||||
|
<PhysicsObjectGroup>0</PhysicsObjectGroup>
|
||||||
|
<PhysicsObjectLinearDamping>0.100000001490116</PhysicsObjectLinearDamping>
|
||||||
|
<PhysicsObjectAngularDamping>0.100000001490116</PhysicsObjectAngularDamping>
|
||||||
|
<PhysicsObjectFriction>0.200000002980232</PhysicsObjectFriction>
|
||||||
|
<PhysicsObjectAwake>-1</PhysicsObjectAwake>
|
||||||
|
<PhysicsObjectKinematic>0</PhysicsObjectKinematic>
|
||||||
|
<PhysicsShapePoints/>
|
||||||
|
</object>
|
65
rooms/rm_game.room.gmx
Normal file
65
rooms/rm_game.room.gmx
Normal file
|
@ -0,0 +1,65 @@
|
||||||
|
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
|
||||||
|
<room>
|
||||||
|
<caption></caption>
|
||||||
|
<width>1920</width>
|
||||||
|
<height>1920</height>
|
||||||
|
<vsnap>32</vsnap>
|
||||||
|
<hsnap>32</hsnap>
|
||||||
|
<isometric>0</isometric>
|
||||||
|
<speed>30</speed>
|
||||||
|
<persistent>0</persistent>
|
||||||
|
<colour>12632256</colour>
|
||||||
|
<showcolour>-1</showcolour>
|
||||||
|
<code></code>
|
||||||
|
<enableViews>-1</enableViews>
|
||||||
|
<clearViewBackground>-1</clearViewBackground>
|
||||||
|
<clearDisplayBuffer>-1</clearDisplayBuffer>
|
||||||
|
<makerSettings>
|
||||||
|
<isSet>0</isSet>
|
||||||
|
<w>0</w>
|
||||||
|
<h>0</h>
|
||||||
|
<showGrid>0</showGrid>
|
||||||
|
<showObjects>0</showObjects>
|
||||||
|
<showTiles>0</showTiles>
|
||||||
|
<showBackgrounds>0</showBackgrounds>
|
||||||
|
<showForegrounds>0</showForegrounds>
|
||||||
|
<showViews>0</showViews>
|
||||||
|
<deleteUnderlyingObj>0</deleteUnderlyingObj>
|
||||||
|
<deleteUnderlyingTiles>0</deleteUnderlyingTiles>
|
||||||
|
<page>0</page>
|
||||||
|
<xoffset>0</xoffset>
|
||||||
|
<yoffset>0</yoffset>
|
||||||
|
</makerSettings>
|
||||||
|
<backgrounds>
|
||||||
|
<background visible="-1" foreground="0" name="bg_space" x="0" y="0" htiled="0" vtiled="0" hspeed="0" vspeed="0" stretch="0"/>
|
||||||
|
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||||
|
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||||
|
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||||
|
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||||
|
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||||
|
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||||
|
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||||
|
</backgrounds>
|
||||||
|
<views>
|
||||||
|
<view visible="-1" objName="obj_playerr" xview="0" yview="0" wview="1024" hview="768" xport="0" yport="0" wport="960" hport="544" hborder="100" vborder="100" hspeed="100" vspeed="100"/>
|
||||||
|
<view visible="0" objName="" xview="0" yview="0" wview="1024" hview="768" xport="0" yport="0" wport="1024" hport="768" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||||
|
<view visible="0" objName="" xview="0" yview="0" wview="1024" hview="768" xport="0" yport="0" wport="1024" hport="768" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||||
|
<view visible="0" objName="" xview="0" yview="0" wview="1024" hview="768" xport="0" yport="0" wport="1024" hport="768" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||||
|
<view visible="0" objName="" xview="0" yview="0" wview="1024" hview="768" xport="0" yport="0" wport="1024" hport="768" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||||
|
<view visible="0" objName="" xview="0" yview="0" wview="1024" hview="768" xport="0" yport="0" wport="1024" hport="768" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||||
|
<view visible="0" objName="" xview="0" yview="0" wview="1024" hview="768" xport="0" yport="0" wport="1024" hport="768" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||||
|
<view visible="0" objName="" xview="0" yview="0" wview="1024" hview="768" xport="0" yport="0" wport="1024" hport="768" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||||
|
</views>
|
||||||
|
<instances>
|
||||||
|
<instance objName="obj_playerr" x="1056" y="992" name="inst_402C559D" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||||
|
</instances>
|
||||||
|
<tiles/>
|
||||||
|
<PhysicsWorld>0</PhysicsWorld>
|
||||||
|
<PhysicsWorldTop>0</PhysicsWorldTop>
|
||||||
|
<PhysicsWorldLeft>0</PhysicsWorldLeft>
|
||||||
|
<PhysicsWorldRight>1024</PhysicsWorldRight>
|
||||||
|
<PhysicsWorldBottom>768</PhysicsWorldBottom>
|
||||||
|
<PhysicsWorldGravityX>0</PhysicsWorldGravityX>
|
||||||
|
<PhysicsWorldGravityY>10</PhysicsWorldGravityY>
|
||||||
|
<PhysicsWorldPixToMeters>0.100000001490116</PhysicsWorldPixToMeters>
|
||||||
|
</room>
|
Reference in a new issue