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_default.png">
<SubTexture name="touch_finger_one" x="0" y="0" width="64" height="64" />
<SubTexture name="touch_finger_two" x="64" y="0" width="64" height="64" />
<SubTexture name="touch_hand_closed" x="128" y="0" width="64" height="64" />
<SubTexture name="touch_hand_open" x="192" y="0" width="64" height="64" />
<SubTexture name="touch_rotate_left" x="256" y="0" width="64" height="64" />
<SubTexture name="touch_rotate_right" x="320" y="0" width="64" height="64" />
<SubTexture name="touch_swipe_down" x="0" y="64" width="64" height="64" />
<SubTexture name="touch_swipe_horizontal" x="64" y="64" width="64" height="64" />
<SubTexture name="touch_swipe_left" x="128" y="64" width="64" height="64" />
<SubTexture name="touch_swipe_move" x="192" y="64" width="64" height="64" />
<SubTexture name="touch_swipe_right" x="256" y="64" width="64" height="64" />
<SubTexture name="touch_swipe_two_down" x="320" y="64" width="64" height="64" />
<SubTexture name="touch_swipe_two_horizontal" x="0" y="128" width="64" height="64" />
<SubTexture name="touch_swipe_two_left" x="64" y="128" width="64" height="64" />
<SubTexture name="touch_swipe_two_move" x="128" y="128" width="64" height="64" />
<SubTexture name="touch_swipe_two_right" x="192" y="128" width="64" height="64" />
<SubTexture name="touch_swipe_two_up" x="256" y="128" width="64" height="64" />
<SubTexture name="touch_swipe_two_vertical" x="320" y="128" width="64" height="64" />
<SubTexture name="touch_swipe_up" x="0" y="192" width="64" height="64" />
<SubTexture name="touch_swipe_vertical" x="64" y="192" width="64" height="64" />
<SubTexture name="touch_tap" x="128" y="192" width="64" height="64" />
<SubTexture name="touch_tap_double" x="192" y="192" width="64" height="64" />
<SubTexture name="touch_tap_hold" x="256" y="192" width="64" height="64" />
<SubTexture name="touch_two" x="320" y="192" width="64" height="64" />
<SubTexture name="touch_two_double" x="0" y="256" width="64" height="64" />
<SubTexture name="touch_two_hold" x="64" y="256" width="64" height="64" />
<SubTexture name="touch_zoom_in" x="128" y="256" width="64" height="64" />
<SubTexture name="touch_zoom_out" x="192" y="256" width="64" height="64" />
</TextureAtlas>