Skip to content

Commit 653e1f5

Browse files
committed
Ups
1 parent 8f3c6d2 commit 653e1f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Assets/KSP2UTData/JsonPaths.asset

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: 87a7c8ca6df943af9ea67de238f088e6, type: 3}
1313
m_Name: JsonPaths
1414
m_EditorClassIdentifier:
15-
Keys: []
16-
Values: []
15+
Keys:
16+
- Celestial.Kerbol.Scaled.prefab
17+
- Celestial.Kerbin.Scaled.prefab
18+
Values:
19+
- '%NAME%.json'
20+
- '%NAME%.json'

Assets/MicroEngineer/Code/Utilities/UiToolkitExtensions.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public static void StopMouseEventsToGameInputPropagation(this VisualElement elem
2323

2424
private static void OnVisualElementPointerEnter(PointerEnterEvent evt)
2525
{
26-
/* TODO
2726
Game.Input.Flight.CameraZoom.Disable();
2827
Game.Input.Flight.mouseDoubleTap.Disable();
2928
Game.Input.Flight.mouseSecondaryTap.Disable();
@@ -38,12 +37,10 @@ private static void OnVisualElementPointerEnter(PointerEnterEvent evt)
3837
Game.Input.VAB.cameraZoom.Disable();
3938
Game.Input.VAB.mousePrimary.Disable();
4039
Game.Input.VAB.mouseSecondary.Disable();
41-
*/
4240
}
4341

4442
private static void OnVisualElementPointerLeave(PointerLeaveEvent evt)
4543
{
46-
/* TODO
4744
Game.Input.Flight.CameraZoom.Enable();
4845
Game.Input.Flight.mouseDoubleTap.Enable();
4946
Game.Input.Flight.mouseSecondaryTap.Enable();
@@ -58,7 +55,6 @@ private static void OnVisualElementPointerLeave(PointerLeaveEvent evt)
5855
Game.Input.VAB.cameraZoom.Enable();
5956
Game.Input.VAB.mousePrimary.Enable();
6057
Game.Input.VAB.mouseSecondary.Enable();
61-
*/
6258
}
6359

6460
/// <summary>

0 commit comments

Comments
 (0)