* Screenshots and appdata for 0.3 * New taigochi animation improvements * Death animation improvements * Animation fixes * Improve rock paper scissors * Replace left or right with basic rock paper scissors * Remove anti-debugging checks * [Taigochi] Adjust numbers to make Taigochis less needy * [StateMachine] Fix idles not getting removed properly. * Update distros in README * Update README.md * Daycare * Enforce transitions being defined in statemachine * State machine usage * Update flatpak manifest * Update README.md * Add icons for readme OBS-URL: https://build.opensuse.org/package/show/games/taigo?expand=0&rev=4
20 lines
731 B
XML
20 lines
731 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="revision">0.3</param>
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/Appadeia/taigo.git</param>
|
|
<param name="filename">taigo</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">taigo(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">uhhadd@gmail.com</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar"/>
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|