fix indentation
This commit is contained in:
parent
b4b38e0592
commit
d111eacbd7
@ -3,7 +3,7 @@
|
||||
* This mode is used to debug your modes during development.
|
||||
* To use it, you just have to change the line below to put the path of your mode:
|
||||
*/
|
||||
#Extends "Modes/TrackMania/TM_TimeAttack_Online.Script.txt"
|
||||
#Extends "Modes/TM_TeamsCup.Script.txt"
|
||||
|
||||
// #RequireContext CSmMode
|
||||
|
||||
@ -356,7 +356,11 @@ Text GetManialink() {
|
||||
</frame>
|
||||
</frame>
|
||||
</frame>
|
||||
|
||||
|
||||
<frame id="frame-rightpanel" pos="26 0">
|
||||
|
||||
|
||||
<frame id="frame-rightpanel-logs" hidden=1>
|
||||
<frame>
|
||||
<quad id="quad-clearlogs" class="button" pos="0 0" size="15 4" z-index="-1" bgcolor="666" opacity="0.5" scriptevents="1"/>
|
||||
@ -404,6 +408,8 @@ Text GetManialink() {
|
||||
<label class="rightpanel-text-button" size="5 3" pos="3 -2" text="+50"/>
|
||||
</frame>
|
||||
</frame>
|
||||
|
||||
|
||||
<frame id="frame-rightpanel-playerscontrol" hidden=1>
|
||||
<frame>
|
||||
<label class="text" size="8 3" pos="0 -1" text="Speed:"/>
|
||||
@ -432,6 +438,8 @@ Text GetManialink() {
|
||||
</frame>
|
||||
</frame>
|
||||
</frame>
|
||||
|
||||
|
||||
<frame id="frame-rightpanel-customevent" hidden=1>
|
||||
<frame>
|
||||
<label class="text" size="30 3" pos="0 -1" text="Custom Event Name:"/>
|
||||
@ -447,6 +455,8 @@ Text GetManialink() {
|
||||
<label class="rightpanel-text-button" size="23 3" pos="12.5 -2" text="Send Custom Event"/>
|
||||
</frame>
|
||||
</frame>
|
||||
|
||||
|
||||
<frame id="frame-rightpanel-varinsp" hidden=1>
|
||||
<frame pos="0 0">
|
||||
<quad id="quad-varinsp-forvars-dumpthis" class="button" pos="0 0" size="47 4" z-index="-1" bgcolor="666" opacity="0.5" scriptevents="1"/>
|
||||
@ -507,7 +517,6 @@ Text GetManialink() {
|
||||
</frame>
|
||||
</frame>
|
||||
</frame>
|
||||
<!--<frameinstance pos="20 -10" modelid="framemodel-tooltip" tooltip="OMG This is a very very long tooltip, so important"/>-->
|
||||
</frame>
|
||||
</frame>
|
||||
</frame>
|
||||
|
Loading…
Reference in New Issue
Block a user