Skip to content

Commit

Permalink
Merge pull request #3 from Naxrin/Geode-4
Browse files Browse the repository at this point in the history
Geode 4
  • Loading branch information
Naxrin authored Nov 16, 2024
2 parents d7e427a + ae0bced commit d43d309
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.2.0-alpha.1
Bump version to Geode 4.x@GD 2.2074
<cy>no animation for now, plz wait a while</c>

# 2.2.0
Fix the weird old setting descs in about.md
remove the odd *beta* version tag
Expand Down
21 changes: 14 additions & 7 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"geode": "3.2.0",
"geode": "4.0.0-beta.1",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206"
"win": "*",
"android": "*",
"mac": "*"
},
"version": "v2.2.0",
"version": "v3.2.0-alpha.1",
"id": "naxrin.garage_in_editor",
"name": "Garage In Editor",
"developer": "Naxrin",
Expand All @@ -15,7 +15,7 @@
"dependencies": [
{
"id": "geode.node-ids",
"version": "v1.12.0",
"version": "v1.17.0",
"importance":"required"
}
],
Expand All @@ -26,7 +26,14 @@
"type": "float",
"default": 0,
"min": -10,
"max": 10
"max": 10,
"control": {
"arrows": true,
"arrow-step": 0.1,
"slider": true,
"slider-step": 0.1,
"input": false
}
},
"transparent": {
"name": "Remove Frame",
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class $modify(EditLevelLayer) {
menu_selector(LevelInfoLayer::onGarage));
myButton->m_animationType = MenuAnimationType::Move;
myButton->m_startPosition = CCPoint(18.875, 35.25);
myButton->m_destPosition = CCPoint(0.f, -8.f);
//myButton->m_destPosition = CCPoint(0.f, -8.f);
myButton->m_offset = CCPoint(0.2, 0.2);
menu->addChild(myButton);
if (Mod::get()->getSettingValue<bool>("transparent")){
Expand Down

0 comments on commit d43d309

Please sign in to comment.