Compare commits

...

2 commits
1.1.1 ... main

Author SHA1 Message Date
randogoth
1a9513b704 set blaster SVG fill to orange (#FF9800)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 19:41:40 +03:00
randogoth
1ba414082e fix release link 2026-06-19 19:39:55 +03:00
4 changed files with 4 additions and 4 deletions

0
.gitignore vendored Normal file → Executable file
View file

View file

@ -50,7 +50,7 @@ Built for speed and efficiency, eliminating unnecessary UI clutter. Every action
## Download ## Download
Get the latest .apk on the [Release Page](https://codeberg.org/randogoth/muzzlevelocity/releases) Get the latest .apk on the [Release Page](https://codeberg.org/randogoth/muzzle-velocity/releases)
## Build ## Build

0
android/.gitignore vendored Normal file → Executable file
View file

6
assets/blaster.svg Normal file → Executable file
View file

@ -15,14 +15,14 @@
<g <g
id="g2" id="g2"
transform="matrix(-1,0,0,1,512,0)" transform="matrix(-1,0,0,1,512,0)"
style="fill:#ffffff"> style="fill:#FF9800">
<g <g
id="g1" id="g1"
style="fill:#ffffff"> style="fill:#FF9800">
<path <path
d="m 466.824,173.176 v -30.118 c 0,-12.475 -10.114,-22.588 -22.588,-22.588 -12.474,0 -22.588,10.114 -22.588,22.588 0,-12.475 -10.114,-22.588 -22.588,-22.588 -12.474,0 -22.588,10.114 -22.588,22.588 0,-12.475 -10.114,-22.588 -22.588,-22.588 -9.83,0 -18.17,6.292 -21.275,15.059 H 90.353 V 90.353 H 45.176 v 45.176 L 0,173.176 v 45.177 l 90.353,97.879 -45.177,30.121 v 75.294 h 90.353 l 43.4,-119.35 30.068,30.068 31.944,-31.944 L 196.522,256 h 136.085 c 3.105,8.767 11.445,15.059 21.275,15.059 12.475,0 22.588,-10.114 22.588,-22.588 0,12.475 10.113,22.588 22.588,22.588 12.475,0 22.588,-10.114 22.588,-22.588 0,12.475 10.113,22.588 22.588,22.588 12.475,0 22.588,-10.114 22.588,-22.588 V 218.353 H 512 V 173.176 Z M 195.765,218.353 H 90.353 v -45.177 h 105.412 z" d="m 466.824,173.176 v -30.118 c 0,-12.475 -10.114,-22.588 -22.588,-22.588 -12.474,0 -22.588,10.114 -22.588,22.588 0,-12.475 -10.114,-22.588 -22.588,-22.588 -12.474,0 -22.588,10.114 -22.588,22.588 0,-12.475 -10.114,-22.588 -22.588,-22.588 -9.83,0 -18.17,6.292 -21.275,15.059 H 90.353 V 90.353 H 45.176 v 45.176 L 0,173.176 v 45.177 l 90.353,97.879 -45.177,30.121 v 75.294 h 90.353 l 43.4,-119.35 30.068,30.068 31.944,-31.944 L 196.522,256 h 136.085 c 3.105,8.767 11.445,15.059 21.275,15.059 12.475,0 22.588,-10.114 22.588,-22.588 0,12.475 10.113,22.588 22.588,22.588 12.475,0 22.588,-10.114 22.588,-22.588 0,12.475 10.113,22.588 22.588,22.588 12.475,0 22.588,-10.114 22.588,-22.588 V 218.353 H 512 V 173.176 Z M 195.765,218.353 H 90.353 v -45.177 h 105.412 z"
id="path1" id="path1"
style="fill:#ffffff" /> style="fill:#FF9800" />
</g> </g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After