mirror of
https://github.com/Steffo99/stack.git
synced 2024-11-22 07:54:20 +00:00
Bugfix.
This commit is contained in:
parent
f0556f1bf8
commit
05c01f829e
3 changed files with 7 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
|||
<arguments>
|
||||
<argument>
|
||||
<kind>1</kind>
|
||||
<string>get_string(name,"Nome giocatore blu...");
|
||||
<string>playername = get_string("Nome giocatore blu...","Blu");
|
||||
</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
|
@ -452,7 +452,7 @@
|
|||
<arguments>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>name</string>
|
||||
<string>playername</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<arguments>
|
||||
<argument>
|
||||
<kind>1</kind>
|
||||
<string>get_string(name,"Nome giocatore arancione...");
|
||||
<string>playername = get_string("Nome giocatore arancione...","Arancio");
|
||||
</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<clearViewBackground>-1</clearViewBackground>
|
||||
<makerSettings>
|
||||
<isSet>-1</isSet>
|
||||
<w>1050</w>
|
||||
<h>687</h>
|
||||
<w>909</w>
|
||||
<h>513</h>
|
||||
<showGrid>-1</showGrid>
|
||||
<showObjects>-1</showObjects>
|
||||
<showTiles>-1</showTiles>
|
||||
|
@ -134,7 +134,6 @@
|
|||
<instance objName="o_wall_inv_R_U" x="352" y="320" name="inst_86BD50F2" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_R_U" x="384" y="352" name="inst_10095194" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_R_U" x="416" y="384" name="inst_09108753" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_radio_palla" x="308" y="32" name="inst_BDC71917" locked="0" code="isball = true;" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_L_D" x="352" y="64" name="inst_0D69800F" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_L_D" x="384" y="96" name="inst_08D4BB7D" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_R_D" x="288" y="64" name="inst_D9B1B670" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
|
@ -410,7 +409,8 @@
|
|||
<instance objName="o_lock_green" x="896" y="448" name="inst_3AB8BCC8" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_bott_green" x="96" y="448" name="inst_4C3D251E" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_chiave_green" x="192" y="448" name="inst_413F55D6" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_radio_palla_orange" x="336" y="32" name="inst_BC52A7D6" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_radio_palla_orange" x="336" y="32" name="inst_BC52A7D6" locked="0" code="isball = true;" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_radio_palla_blue" x="308" y="32" name="inst_738E4032" locked="0" code="isball = true;" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
</instances>
|
||||
<tiles/>
|
||||
<PhysicsWorld>-1</PhysicsWorld>
|
||||
|
|
Loading…
Reference in a new issue