-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- abstract audio playback back-end - use liboboe for Android - add rename button to file manage menu
- Loading branch information
ZeaS
committed
Jun 13, 2018
1 parent
0b7e2b5
commit 0f0cbdb
Showing
24 changed files
with
1,049 additions
and
975 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<GameFile> | ||
<PropertyGroup Name="KeySelect" Type="Layer" ID="18132b85-255a-4049-bb5b-4343880f3a4c" Version="3.10.0.0" /> | ||
<Content ctype="GameProjectContent"> | ||
<Content> | ||
<Animation Duration="0" Speed="1.0000" /> | ||
<ObjectData Name="Layer" Tag="22" ctype="GameLayerObjectData"> | ||
<Size X="1280.0000" Y="720.0000" /> | ||
<Children> | ||
<AbstractNodeData Name="Panel_1" ActionTag="-457238893" Tag="23" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="389.9991" RightMargin="390.0009" TopMargin="260.0005" BottomMargin="259.9995" TouchEnable="True" ClipAble="False" ComboBoxIndex="1" ColorAngle="90.0000" ctype="PanelObjectData"> | ||
<Size X="500.0000" Y="200.0000" /> | ||
<Children> | ||
<AbstractNodeData Name="Text_1" ActionTag="-1266043054" Tag="25" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="38.0000" RightMargin="38.0000" BottomMargin="137.0000" FontSize="48" LabelText="press_key_or_select" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> | ||
<Size X="424.0000" Y="63.0000" /> | ||
<AnchorPoint ScaleX="0.5000" ScaleY="1.0000" /> | ||
<Position X="250.0000" Y="200.0000" /> | ||
<Scale ScaleX="1.0000" ScaleY="1.0000" /> | ||
<CColor A="255" R="255" G="255" B="255" /> | ||
<PrePosition X="0.5000" Y="1.0000" /> | ||
<PreSize X="0.8480" Y="0.3150" /> | ||
<FontResource Type="Normal" Path="DroidSansFallback.ttf" Plist="" /> | ||
<OutlineColor A="255" R="255" G="0" B="0" /> | ||
<ShadowColor A="255" R="110" G="110" B="110" /> | ||
</AbstractNodeData> | ||
<AbstractNodeData Name="Panel_2" ActionTag="-2042266371" Tag="24" IconVisible="False" RightMargin="300.0000" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ComboBoxIndex="1" ColorAngle="90.0000" ctype="PanelObjectData"> | ||
<Size X="200.0000" Y="200.0000" /> | ||
<AnchorPoint /> | ||
<Position /> | ||
<Scale ScaleX="1.0000" ScaleY="1.0000" /> | ||
<CColor A="255" R="255" G="255" B="255" /> | ||
<PrePosition /> | ||
<PreSize X="0.4000" Y="1.0000" /> | ||
<SingleColor A="255" R="150" G="200" B="255" /> | ||
<FirstColor A="255" R="150" G="200" B="255" /> | ||
<EndColor A="255" R="255" G="255" B="255" /> | ||
<ColorVector ScaleY="1.0000" /> | ||
</AbstractNodeData> | ||
</Children> | ||
<AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | ||
<Position X="639.9991" Y="359.9995" /> | ||
<Scale ScaleX="1.0000" ScaleY="1.0000" /> | ||
<CColor A="255" R="255" G="255" B="255" /> | ||
<PrePosition X="0.5000" Y="0.5000" /> | ||
<PreSize X="0.3906" Y="0.2778" /> | ||
<SingleColor A="255" R="109" G="109" B="109" /> | ||
<FirstColor A="255" R="150" G="200" B="255" /> | ||
<EndColor A="255" R="255" G="255" B="255" /> | ||
<ColorVector ScaleY="1.0000" /> | ||
</AbstractNodeData> | ||
</Children> | ||
</ObjectData> | ||
</Content> | ||
</Content> | ||
</GameFile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.