-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SOTO Update] Shifted the burrito button to the right #156
Merged
Merged
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
edbffaa
Shifted the burrito button to the right
klingbolt 31ae872
Change so that the button should work
klingbolt ad4798d
Changed the pass through coordinates
klingbolt 3479b6a
Changed numbers to be the properties the numbers were coming from
klingbolt 2a2ae5a
Changed some numbers
klingbolt 70a7446
Update Spatial.tscn
klingbolt c6df8e1
Changed margin for editor bar
klingbolt b716c61
Merge branch 'master' of https://github.com/klingbolt/Burrito
klingbolt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,38 +71,34 @@ scale = Vector2( 2, 2 ) | |
[node name="Line2D" parent="Control/MiniMap" instance=ExtResource( 4 )] | ||
|
||
[node name="GlobalMenuButton" type="Control" parent="Control"] | ||
margin_left = 287.348 | ||
margin_right = 314.348 | ||
margin_left = 321.0 | ||
margin_right = 348.0 | ||
margin_bottom = 32.0 | ||
__meta__ = { | ||
"_edit_use_anchors_": false | ||
} | ||
|
||
[node name="TextureRect" type="TextureRect" parent="Control/GlobalMenuButton"] | ||
modulate = Color( 1, 1, 1, 0.439216 ) | ||
margin_left = 1.591 | ||
margin_top = 3.18198 | ||
margin_right = 26.591 | ||
margin_bottom = 28.182 | ||
margin_top = 4.0 | ||
margin_right = 29.0 | ||
margin_bottom = 30.0 | ||
texture = ExtResource( 3 ) | ||
__meta__ = { | ||
"_edit_use_anchors_": false | ||
} | ||
|
||
[node name="main_menu_toggle" type="Button" parent="Control/GlobalMenuButton"] | ||
modulate = Color( 1, 1, 1, 0 ) | ||
margin_right = 27.0 | ||
margin_bottom = 32.0 | ||
margin_right = 29.0 | ||
margin_bottom = 30.0 | ||
__meta__ = { | ||
"_edit_use_anchors_": false | ||
} | ||
|
||
[node name="EditorQuckPanel" type="PanelContainer" parent="Control/GlobalMenuButton"] | ||
klingbolt marked this conversation as resolved.
Show resolved
Hide resolved
|
||
visible = false | ||
margin_left = 32.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I found that the margin besides the left margin does not make a difference if the margin is less than the size. Thus, removing the unnecessary ones |
||
margin_top = -2.0 | ||
margin_right = 306.0 | ||
margin_bottom = 52.0 | ||
__meta__ = { | ||
"_edit_use_anchors_": false | ||
} | ||
|
@@ -628,8 +624,8 @@ __meta__ = { | |
} | ||
|
||
[node name="GridContainer" type="GridContainer" parent="Control/Dialogs/SettingsDialog/ScrollContainer"] | ||
margin_right = 384.002 | ||
margin_bottom = 419.001 | ||
margin_right = 384.0 | ||
margin_bottom = 419.0 | ||
size_flags_horizontal = 3 | ||
size_flags_vertical = 3 | ||
columns = 2 | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By changing the values here to the properties the numbers come from, any more changes to the icons will be updated in the passthrough