File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 set (CMAKE_OSX_ARCHITECTURES "arm64;x86_64" )
1010endif ()
1111
12- project (AvalancheIndex VERSION 1.2.0 )
12+ project (AvalancheIndex VERSION 1.2.1 )
1313
1414file (GLOB_RECURSE SOURCES
1515 src/*.cpp
Original file line number Diff line number Diff line change 1+ ### v1.1.2
2+ ##### Patches
3+
4+ #### Changes
5+ - ** Tweaked** linked project container in Team Project information pop-up
6+
7+ ###### Latest
8+ ---
9+ ###### Older
10+
111## v1.2.0
212#### Team Project pop-up
313
1020#### Developers
1121- ** Updated** URLs to use Cubic Studios API endpoints for all web requests
1222
13- ###### Latest
14- ---
15- ###### Older
16-
1723### v1.1.2
1824##### Patches
1925
Original file line number Diff line number Diff line change 88 },
99 "id" : " cubicstudios.avalancheindex" ,
1010 "name" : " Avalanche Index" ,
11- "version" : " 1.2.0 " ,
11+ "version" : " 1.2.1 " ,
1212 "developers" : [
1313 " Cheeseworks"
1414 ],
1818 " enhancement"
1919 ],
2020 "links" : {
21- "source" : " https://www. github.com/CubicCommunity/AvalancheIndex/ " ,
21+ "source" : " https://github.com/CubicCommunity/AvalancheIndex" ,
2222 "homepage" : " https://avalanche.cubicstudios.xyz/" ,
2323 "community" : " https://www.dsc.gg/cubic"
2424 },
Original file line number Diff line number Diff line change @@ -699,8 +699,8 @@ ProjectInfoPopup* ProjectInfoPopup::setProject(GJGameLevel* level) {
699699
700700 linkedProjThumb->setPosition (linkedProjClippingNode->getPosition ());
701701 linkedProjThumb->ignoreAnchorPointForPosition (false );
702- linkedProjThumb->setColor ({ 250 , 250 , 250 });
703- linkedProjThumb->setOpacity (250 );
702+ linkedProjThumb->setColor ({ 175 , 175 , 175 });
703+ linkedProjThumb->setOpacity (175 );
704704 } else {
705705 AVAL_LOG_ERROR (" Failed to load linked project thumbnail: {}" , res.unwrapErr ());
706706 linkedProjThumb->removeMeAndCleanup ();
@@ -749,7 +749,7 @@ ProjectInfoPopup* ProjectInfoPopup::setProject(GJGameLevel* level) {
749749 auto linkedProjLabel = CCLabelBMFont::create (" Play Now!" , " bigFont.fnt" );
750750 linkedProjLabel->setID (" label" );
751751 linkedProjLabel->setAlignment (CCTextAlignment::kCCTextAlignmentCenter );
752- linkedProjLabel->setPosition ({ linkedProjMenu->getScaledContentWidth () / 2 .f , linkedProjMenu->getScaledContentHeight () - 10 . f });
752+ linkedProjLabel->setPosition ({ linkedProjMenu->getScaledContentWidth () / 2 .f , linkedProjMenu->getScaledContentHeight () - 12 . 5f });
753753 linkedProjLabel->setScale (0 .25f );
754754
755755 linkedProjMenu->addChild (linkedProjLabel);
You can’t perform that action at this time.
0 commit comments