Skip to content

Commit

Permalink
Update the Godot logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ettiSurreal committed Jan 31, 2025
1 parent 1d192f0 commit acff247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion material_maker/icons/godot_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions material_maker/windows/about/about.gd
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func _ready() -> void:
name_control = label
elif c.has("icon"):
var icon : TextureRect = TextureRect.new()
icon.expand_mode = TextureRect.EXPAND_FIT_HEIGHT_PROPORTIONAL
icon.stretch_mode = TextureRect.STRETCH_KEEP_ASPECT
icon.texture = load(c.icon)
name_control = icon
Expand Down

0 comments on commit acff247

Please sign in to comment.