mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-29 10:43:21 +08:00
Syncing latest changes between public/private.
This commit is contained in:
parent
2642488a51
commit
72cc78244b
@ -392,8 +392,8 @@ class PublicGatherTab(GatherTab):
|
||||
ba.textwidget(text=ba.Lstr(resource='filterText'),
|
||||
parent=self._container,
|
||||
size=(0, 0),
|
||||
position=(270, v + 15),
|
||||
maxwidth=100,
|
||||
position=(270, v + 13),
|
||||
maxwidth=150,
|
||||
scale=0.8,
|
||||
color=(0.5, 0.5, 0.5),
|
||||
flatness=1.0,
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
namespace ballistica {
|
||||
|
||||
// These are set automatically via script; don't change here.
|
||||
const int kAppBuildNumber = 20233;
|
||||
const int kAppBuildNumber = 20234;
|
||||
const char* kAppVersion = "1.5.27";
|
||||
|
||||
// Our standalone globals.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user