-
-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed editor timeline global and local buttons being able to be on at…
… the same time (#5297) * Fixed global and local event view buttons not being in the same group and being instead toggleable separately * Fixed the player species timeline highlight background width being way too narrow now, I can't remember what it exactly was before but this is at least much more visible now
- Loading branch information
1 parent
28420d9
commit 3f2adbc
Showing
2 changed files
with
13 additions
and
10 deletions.
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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
[gd_resource type="StyleBoxTexture" load_steps=3 format=2] | ||
[gd_resource type="StyleBoxTexture" load_steps=3 format=3 uid="uid://b6ugrigxlvajw"] | ||
|
||
[sub_resource type="Gradient" id=1] | ||
colors = PackedColorArray( 0.0666667, 0.509804, 0.835294, 0.470588, 0.0666667, 0.698039, 0.835294, 0 ) | ||
[sub_resource type="Gradient" id="1"] | ||
colors = PackedColorArray(0.0666667, 0.509804, 0.835294, 0.470588, 0.0666667, 0.698039, 0.835294, 0) | ||
|
||
[sub_resource type="GradientTexture2D" id=2] | ||
gradient = SubResource( 1 ) | ||
[sub_resource type="GradientTexture2D" id="2"] | ||
gradient = SubResource("1") | ||
width = 1024 | ||
|
||
[resource] | ||
texture = SubResource( 2 ) | ||
region_rect = Rect2( 0, 0, 2048, 1 ) | ||
margin_left = 3.0 | ||
margin_right = 3.0 | ||
texture = SubResource("2") | ||
region_rect = Rect2(0, 0, 2048, 1) |