godot/editor/icons
Ryan Roden-Corrent 8458ba0aef
Proposal 1246: Make Path3D handles more visible.
Resolves godotengine/godot-proposals#1246.

It is difficult to tell the difference between the handles for adjusting
curves and the points themselves when looking at a Path gizmo.
This re-uses the icons used for Path2D.

Unlike Path2D, this does not use a different icon for smooth vs sharp
points, as using a potentially different material for each point would
prevent batching the points in add_handles (and adding them out-of-order
messes up other logic based on handle indices).

This includes a public API change to allow specifying a texture for a
handle material. This allows spatial gizmo plugins to customize the way
a handle is rendered, if desired, but does not break existing behavior
(as providing no texture uses the default).

The path handle icons were resized as well.  16x16 is the standard icon
size. These icons were 10x10 rather than 16x16, and appeared rather
small in the editor.

To resize, I:

- Opened the original in Inkscape
- Resized the document to 16x16
- Opened the transform dialog
- Scaled by 160% proportionally
- Used Align/Distribute to center on the page
- Saved the document
- Cleaned with `svgcleaner --multipass`
2020-11-12 06:37:56 -05:00
..
2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AABB.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AcceptDialog.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ActionCopy.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ActionCut.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ActionPaste.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Add.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AddAtlasTile.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AddAutotile.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AddSingleTile.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AddSplit.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Anchor.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AnimatedSprite2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AnimatedSprite3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AnimatedTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Animation.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AnimationFilter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AnimationPlayer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AnimationTrackGroup.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AnimationTrackList.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AnimationTree.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Area2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Area3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Array.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ArrayMesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ArrowDown.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ArrowLeft.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ArrowRight.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ArrowUp.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AssetLib.svg Replace the AssetLib tab icon with a less confusing design 2020-06-20 00:50:41 +02:00
AtlasTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AudioBusBypass.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AudioBusLayout.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AudioBusMute.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AudioBusSolo.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AudioStreamOGGVorbis.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AudioStreamPlayer2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AudioStreamPlayer3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AudioStreamPlayer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AudioStreamSample.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AutoEnd.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AutoKey.svg Replace AutoKey icon with a more universally understood "record" button 2020-09-25 11:43:17 +02:00
AutoPlay.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
AutoTriangle.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Back.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BackBufferCopy.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Bake.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BakedLightmap.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BakedLightmapData.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Basis.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BezierHandlesBalanced.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BezierHandlesFree.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BezierHandlesMirror.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BitMap.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BitmapFont.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Blend.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Bone2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Bone.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BoneAttachment3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BoneTrack.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
bool.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BoxShape3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Bucket.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BusVuEmpty.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BusVuFrozen.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
BusVuFull.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Button.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ButtonGroup.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Callable.svg Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
Camera2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Camera3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CameraEffects.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CameraTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CanvasItem.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CanvasItemMaterial.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CanvasItemShader.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CanvasItemShaderGraph.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CanvasLayer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CanvasModulate.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CapsuleMesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CapsuleShape2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CapsuleShape3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CenterContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CheckBox.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CheckButton.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Checkerboard.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CircleShape2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ClassList.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Clear.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ClippedCamera3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Close.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Collapse.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CollisionPolygon2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CollisionPolygon3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CollisionShape2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CollisionShape3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Color.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ColorPick.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ColorPicker.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ColorPickerButton.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ColorRamp.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ColorRect.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ColorTrackVu.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ConcavePolygonShape2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ConcavePolygonShape3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ConeTwistJoint3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ConfirmationDialog.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Container.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Control.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignBottomCenter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignBottomLeft.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignBottomRight.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignBottomWide.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignCenter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignCenterLeft.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignCenterRight.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignLeftCenter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignLeftWide.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignRightCenter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignRightWide.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignTopCenter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignTopLeft.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignTopRight.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignTopWide.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlAlignWide.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlHcenterWide.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlLayout.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ControlVcenterWide.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ConvexPolygonShape2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ConvexPolygonShape3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CopyNodePath.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CPUParticles2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CPUParticles3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CreateNewSceneFrom.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CryptoKey.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Cubemap.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CubemapArray.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CubeMesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Curve2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Curve3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Curve.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveClose.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveConstant.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveCreate.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveCurve.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveDelete.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveEdit.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveIn.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveInOut.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveLinear.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveOut.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveOutIn.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CurveTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CylinderMesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
CylinderShape3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DampedSpringJoint2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Debug.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DebugContinue.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DebugNext.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DebugSkipBreakpointsOff.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DebugSkipBreakpointsOn.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DebugStep.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Decal.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DefaultProjectIcon.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DeleteSplit.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Dictionary.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DirectionalLight2D.svg Add icons for the new Light2D nodes 2020-11-07 13:55:09 -03:00
DirectionalLight3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DistractionFree.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Duplicate.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DynamicFont.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
DynamicFontData.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Edit.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditBezier.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditInternal.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditKey.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Editor3DHandle.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
editor_icons_builders.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
EditorControlAnchor.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditorCurveHandle.svg Proposal 1246: Make Path3D handles more visible. 2020-11-12 06:37:56 -05:00
EditorFileDialog.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditorHandle.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditorHandleAdd.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditorInternalHandle.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditorPathSharpHandle.svg Proposal 1246: Make Path3D handles more visible. 2020-11-12 06:37:56 -05:00
EditorPathSmoothHandle.svg Proposal 1246: Make Path3D handles more visible. 2020-11-12 06:37:56 -05:00
EditorPivot.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditorPlugin.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditorPosition.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditorPositionPrevious.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditorPositionUnselected.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditPivot.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
EditResource.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Enum.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Environment.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Error.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ErrorSign.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ErrorWarning.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ExpandBottomDock.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Favorites.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
File.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FileBigThumb.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FileBroken.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FileBrokenBigThumb.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FileDead.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FileDeadBigThumb.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FileDeadMediumThumb.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FileDialog.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FileList.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FileMediumThumb.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Filesystem.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FileThumbnail.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FixedMaterial.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FixedSpatialMaterial.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
float.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Folder.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FolderBigThumb.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
FolderMediumThumb.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Font.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Forward.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Generic6DOFJoint3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GIProbe.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GIProbeData.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Gizmo3DSamplePlayer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GizmoBakedLightmap.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GizmoCamera.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GizmoCPUParticles3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GizmoDirectionalLight.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GizmoGIProbe.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GizmoGPUParticles3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GizmoLight.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GizmoListener.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GizmoReflectionProbe.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GizmoSpotLight.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Godot.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GPUParticles2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GPUParticles3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Gradient.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GradientTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GraphEdit.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GraphNode.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Grid.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GridContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GrooveJoint2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Group.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Groups.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GroupViewport.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiChecked.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiClose.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiCloseCustomizable.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiDropdown.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiEllipsis.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiGraphNodePort.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiHsplitter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiHTick.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiMiniCheckerboard.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiOptionArrow.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiProgressBar.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiProgressFill.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiRadioChecked.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiRadioUnchecked.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiResizer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiScrollArrowLeft.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiScrollArrowLeftHl.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiScrollArrowRight.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiScrollArrowRightHl.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiScrollBg.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiScrollGrabber.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiScrollGrabberHl.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiScrollGrabberPressed.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiSliderGrabber.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiSliderGrabberHl.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiSpace.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiSpinboxUpdown.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiTab.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiTabMenu.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiTabMenuHl.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiToggleOff.svg Make the editor's 'CheckButton' icon be smaller 2020-08-14 10:13:18 -03:00
GuiToggleOn.svg Make the editor's 'CheckButton' icon be smaller 2020-08-14 10:13:18 -03:00
GuiTreeArrowDown.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiTreeArrowRight.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiTreeArrowUp.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiTreeUpdown.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiUnchecked.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiViewportHdiagsplitter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiViewportVdiagsplitter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiViewportVhsplitter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiVisibilityHidden.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiVisibilityVisible.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiVisibilityXray.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiVsplitBg.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiVsplitter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
GuiVTick.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
HBoxContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Headphones.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
HeightMapShape3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Help.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
HelpSearch.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
HingeJoint3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
History.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
HScrollBar.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
HSeparator.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Hsize.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
HSlider.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
HSplitContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
HTTPRequest.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Image.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ImageTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ImmediateGeometry3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ImportCheck.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ImportFail.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
InformationSign.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
InsertAfter.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
InsertBefore.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Instance.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
InstanceOptions.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
int.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
InterpCubic.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
InterpLinear.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
InterpRaw.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
InterpWrapClamp.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
InterpWrapLoop.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
InverseKinematics.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Issue.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ItemList.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
JoyAxis.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
JoyButton.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Joypad.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Key.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyAnimation.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyAudio.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyBezier.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyBezierHandle.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyBezierPoint.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyBezierSelected.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Keyboard.svg Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
KeyboardPhysical.svg Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
KeyCall.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyHover.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyInvalid.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyNext.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyPosition.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyRotation.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyScale.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeySelected.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyValue.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KeyXform.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KinematicBody2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
KinematicBody3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Label.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
LargeTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
LightmapProbe.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
LightOccluder2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Line2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
LineEdit.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
LineShape2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
LinkButton.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Listener3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ListSelect.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Load.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Lock.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
LockViewport.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Logo.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Loop.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
LoopInterpolation.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MainPlay.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MarginContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MatchCase.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MaterialPreviewCube.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MaterialPreviewCubeOff.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MaterialPreviewLight1.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MaterialPreviewLight1Off.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MaterialPreviewLight2.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MaterialPreviewLight2Off.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MaterialPreviewSphere.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MaterialPreviewSphereOff.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MemberConstant.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MemberMethod.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MemberProperty.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MemberSignal.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MemberTheme.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MenuButton.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Mesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MeshInstance2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MeshInstance3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MeshLibrary.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MeshTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MiniObject.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MirrorX.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MirrorY.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Mouse.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MoveDown.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MoveLeft.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MovePoint.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MoveRight.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MoveUp.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MultiEdit.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MultiLine.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MultiMesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MultiMeshInstance2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
MultiMeshInstance3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Navigation2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Navigation3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NavigationAgent2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NavigationAgent3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NavigationMesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NavigationObstacle2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NavigationObstacle3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NavigationPolygon.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NavigationRegion2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NavigationRegion3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
New.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NewRoot.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Nil.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NinePatchRect.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Node2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Node3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Node.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NodePath.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NodeWarning.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
NonFavorite.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Object.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
OccluderPolygon2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
OmniLight3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Onion.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
OptionButton.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ORMMaterial3D.svg Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
OverbrightIndicator.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Override.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PackedByteArray.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PackedColorArray.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PackedDataContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PackedFloat32Array.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PackedFloat64Array.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PackedInt32Array.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PackedInt64Array.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PackedScene.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PackedStringArray.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PackedVector2Array.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PackedVector3Array.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Panel.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PanelContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Panels1.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Panels2.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Panels2Alt.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Panels3.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Panels3Alt.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Panels4.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PanoramaSkyMaterial.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ParallaxBackground.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ParallaxLayer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ParticlesMaterial.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Path2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Path3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PathFollow2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PathFollow3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Pause.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PhysicalBone3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PhysicalSkyMaterial.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Pin.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PinJoint2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PinJoint3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PinPressed.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Plane.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PlaneMesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Play.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PlayBackwards.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PlayCustom.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PlayOverlay.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PlayScene.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PlayStart.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PlayStartBackwards.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PlayTravel.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PluginScript.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PointLight2D.svg Add icons for the new Light2D nodes 2020-11-07 13:55:09 -03:00
PointMesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Polygon2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PolygonPathFinder.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Popup.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PopupMenu.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PopupPanel.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Portal.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Position2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Position3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
PrismMesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ProceduralSkyMaterial.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Progress1.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Progress2.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Progress3.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Progress4.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Progress5.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Progress6.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Progress7.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Progress8.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ProgressBar.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ProjectIconLoading.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ProximityGroup3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ProxyTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Quad.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
QuadMesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Quat.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RayCast2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RayCast3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Rayito.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RayShape2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RayShape3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
README.md Update the editor icons README to remove outdated information 2020-05-12 09:46:56 +02:00
Rect2.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Rect2i.svg Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
Rectangle.svg fix(editor): Create new icon for TileMap Rectangle 2020-10-22 13:28:34 +02:00
RectangleShape2D.svg Revert "fix(editor): TileMap Fill Rectangle icon" 2020-10-22 10:28:37 +02:00
ReferenceRect.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ReflectionProbe.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RegionEdit.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Reload.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ReloadSmall.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RemoteTransform2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RemoteTransform3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Remove.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RemoveInternal.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Rename.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Reparent.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ReparentToNewNode.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ResourcePreloader.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RichTextEffect.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RichTextLabel.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RID.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RigidBody2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RigidBody3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Room.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RoomBounds.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RootMotionView.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Rotate0.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Rotate90.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Rotate180.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Rotate270.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RotateLeft.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
RotateRight.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Ruler.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SampleLibrary.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Save.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Script.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ScriptCreate.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ScriptCreateDialog.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ScriptExtend.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ScriptRemove.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ScrollContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SCsub SCons: Refactor running commands through builders 2020-07-28 00:09:21 +03:00
Search.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SegmentShape2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Shader.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ShaderGlobalsOverride.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ShaderMaterial.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Shortcut.svg Rename ShortCut to Shortcut which is more grammatically correct 2020-09-09 21:54:54 +02:00
Signal.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Signals.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SignalsAndGroups.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Skeleton2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Skeleton3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SkeletonIK3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Sky.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SliderJoint3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Slot.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Snap.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SnapGrid.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SoftBody3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Sort.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SphereMesh.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SphereShape3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SpinBox.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SpotLight3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SpringArm3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Sprite2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Sprite3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SpriteFrames.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SpriteSheet.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
StandardMaterial3D.svg Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
StaticBody2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
StaticBody3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
StatusError.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
StatusSuccess.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
StatusWarning.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Stop.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
StreamTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
String.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
StringName.svg Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
StyleBoxEmpty.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
StyleBoxFlat.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
StyleBoxLine.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
StyleBoxTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SubViewport.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
SubViewportContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TabContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Tabs.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TestCube.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TextEdit.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TextFile.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Texture3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TextureArray.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TextureButton.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TextureProgress.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TextureRect.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Theme.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ThumbnailWait.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TileMap.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TileSet.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Time.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TimelineIndicator.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Timer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ToolAddNode.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ToolConnect.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ToolMove.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ToolPan.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ToolRotate.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Tools.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ToolScale.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ToolSelect.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ToolTriangle.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TouchScreenButton.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TrackAddKey.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TrackAddKeyHl.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TrackCapture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TrackColor.svg Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
TrackContinuous.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TrackDiscrete.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TrackTrigger.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Transform2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Transform.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionEnd.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionEndAuto.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionEndAutoBig.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionEndBig.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionImmediate.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionImmediateAuto.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionImmediateAutoBig.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionImmediateBig.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionSync.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionSyncAuto.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionSyncAutoBig.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
TransitionSyncBig.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Translation.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Transpose.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Tree.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Tween.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Unbone.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Ungroup.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Unlock.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Uv.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Variant.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VBoxContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Vector2.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Vector2i.svg Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
Vector3.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Vector3i.svg Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
VehicleBody3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VehicleWheel3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VideoPlayer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Viewport.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ViewportSpeed.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ViewportTexture.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ViewportZoom.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VisibilityEnabler2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VisibilityEnabler3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VisibilityNotifier2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VisibilityNotifier3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VisualShader.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VisualShaderPort.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VScrollBar.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VSeparator.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VSlider.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
VSplitContainer.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Warning.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Window.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
World2D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
World3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
WorldEnvironment.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
WorldMarginShape3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
X509Certificate.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
XRAnchor3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
XRCamera3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
XRController3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
XROrigin3D.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
YSort.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
Zoom.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ZoomLess.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ZoomMore.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00
ZoomReset.svg Commit only the SVG files changed by file_format.sh 2020-07-13 14:08:55 -04:00

Editor icons

This folder contains all the icons used by Godot editor (except for platform icons which are located in their respective platform folder).

See Editor icons in the documentation for details on creating icons for the Godot editor.