basic tutorial setup
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 18s
Create tag and build when new code gets to main / Export (push) Successful in 6m12s

This commit is contained in:
2025-11-05 16:08:36 +01:00
parent 31b7b5ea0c
commit 29d9f44142
8083 changed files with 183961 additions and 15 deletions

View File

@@ -0,0 +1,30 @@
<TextureAtlas imagePath="touch_sheet_double.png">
<SubTexture name="touch_finger_one" x="0" y="0" width="128" height="128" />
<SubTexture name="touch_finger_two" x="128" y="0" width="128" height="128" />
<SubTexture name="touch_hand_closed" x="256" y="0" width="128" height="128" />
<SubTexture name="touch_hand_open" x="384" y="0" width="128" height="128" />
<SubTexture name="touch_rotate_left" x="512" y="0" width="128" height="128" />
<SubTexture name="touch_rotate_right" x="640" y="0" width="128" height="128" />
<SubTexture name="touch_swipe_down" x="0" y="128" width="128" height="128" />
<SubTexture name="touch_swipe_horizontal" x="128" y="128" width="128" height="128" />
<SubTexture name="touch_swipe_left" x="256" y="128" width="128" height="128" />
<SubTexture name="touch_swipe_move" x="384" y="128" width="128" height="128" />
<SubTexture name="touch_swipe_right" x="512" y="128" width="128" height="128" />
<SubTexture name="touch_swipe_two_down" x="640" y="128" width="128" height="128" />
<SubTexture name="touch_swipe_two_horizontal" x="0" y="256" width="128" height="128" />
<SubTexture name="touch_swipe_two_left" x="128" y="256" width="128" height="128" />
<SubTexture name="touch_swipe_two_move" x="256" y="256" width="128" height="128" />
<SubTexture name="touch_swipe_two_right" x="384" y="256" width="128" height="128" />
<SubTexture name="touch_swipe_two_up" x="512" y="256" width="128" height="128" />
<SubTexture name="touch_swipe_two_vertical" x="640" y="256" width="128" height="128" />
<SubTexture name="touch_swipe_up" x="0" y="384" width="128" height="128" />
<SubTexture name="touch_swipe_vertical" x="128" y="384" width="128" height="128" />
<SubTexture name="touch_tap" x="256" y="384" width="128" height="128" />
<SubTexture name="touch_tap_double" x="384" y="384" width="128" height="128" />
<SubTexture name="touch_tap_hold" x="512" y="384" width="128" height="128" />
<SubTexture name="touch_two" x="640" y="384" width="128" height="128" />
<SubTexture name="touch_two_double" x="0" y="512" width="128" height="128" />
<SubTexture name="touch_two_hold" x="128" y="512" width="128" height="128" />
<SubTexture name="touch_zoom_in" x="256" y="512" width="128" height="128" />
<SubTexture name="touch_zoom_out" x="384" y="512" width="128" height="128" />
</TextureAtlas>