mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
Updated Godot Editor Custom Icons
Wanted to turn the icons used in the Godot Editor into SVGs This has literally ZERO effect on the Game itself. I just thought it'd be neat.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@icon("res://Assets/Sprites/Editor/Block.png")
|
||||
@icon("res://Assets/Sprites/Editor/Block.svg")
|
||||
class_name Block
|
||||
extends AnimatableBody2D
|
||||
signal player_block_hit(player: Player)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@icon("res://Assets/Sprites/Editor/Enemy.png")
|
||||
@icon("res://Assets/Sprites/Editor/Enemy.svg")
|
||||
class_name Enemy
|
||||
extends CharacterBody2D
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
@tool
|
||||
@icon("res://Assets/Sprites/Editor/Pipe.png")
|
||||
@icon("res://Assets/Sprites/Editor/Pipe.svg")
|
||||
class_name PipeArea
|
||||
extends Node2D
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@icon("res://Assets/Sprites/Editor/Level.png")
|
||||
@icon("res://Assets/Sprites/Editor/Level.svg")
|
||||
class_name Level
|
||||
extends Node
|
||||
|
||||
|
Reference in New Issue
Block a user