Skip to content

Commit

Permalink
Move energy point texture
Browse files Browse the repository at this point in the history
  • Loading branch information
krobbi committed Jul 23, 2023
1 parent dc06626 commit 9e1a6fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gui/energy_counter/energy_point.tscn
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[gd_scene load_steps=3 format=3 uid="uid://2bwnajs3a2yu"]

[ext_resource type="Texture2D" uid="uid://bjspaaxg8wpuh" path="res://gui/energy_counter/energy_point.png" id="1_vmbab"]
[ext_resource type="Texture2D" uid="uid://bjspaaxg8wpuh" path="res://resources/textures/gui/energy_point.png" id="1_k410o"]
[ext_resource type="Script" path="res://gui/energy_counter/energy_point.gd" id="2_d227w"]

[node name="EnergyPoint" type="Sprite2D"]
modulate = Color(1, 1, 1, 0)
texture = ExtResource("1_vmbab")
texture = ExtResource("1_k410o")
script = ExtResource("2_d227w")
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bjspaaxg8wpuh"
path="res://.godot/imported/energy_point.png-964684a77b22b31517f274bf19713a81.ctex"
path="res://.godot/imported/energy_point.png-cf73be4532e66893964886e486b6daa1.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://gui/energy_counter/energy_point.png"
dest_files=["res://.godot/imported/energy_point.png-964684a77b22b31517f274bf19713a81.ctex"]
source_file="res://resources/textures/gui/energy_point.png"
dest_files=["res://.godot/imported/energy_point.png-cf73be4532e66893964886e486b6daa1.ctex"]

[params]

Expand Down

0 comments on commit 9e1a6fd

Please sign in to comment.