does anybody have the script to compile Godot games to ubuntu touch
-
I can't seem to find it
-
@amy You might want to read the description of Circle Jump. And check abmyii repo
-
@amy I think what you're looking for is
clickable create --godot
This creates a base for a clickable app with aclickable.yaml
with contents like thisclickable_minimum_required: "7" builder: custom kill: godot* build: - echo 'Going to download a demo package...' - wget https://gitlab.com/abmyii/ubports-circle-jump/-/raw/master/circle_jump.pck -O 'precompiled.pck' dependencies_host: - libgles2 - wget dependencies_target: - libasound2 - libfreetype6 - libglib2.0-0 - libpng16-16 - libsdl2-2.0-0 - libsndio6.1 - libvpx3 install_root_data: - manifest.json - precompiled.apparmor - precompiled.desktop - assets - /opt/godot/godot - ${BUILD_DIR}/precompiled.pck install_lib: - /usr/lib/${ARCH_TRIPLET}/libvpx.so.3* - /usr/lib/${ARCH_TRIPLET}/libsndio.so.6.1 - /usr/lib/${ARCH_TRIPLET}/libvorbis.so.0* - /usr/lib/${ARCH_TRIPLET}/libSDL2-2.0.so*