Skip to content

Commit

Permalink
Fix button texture
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma-Fuller committed Aug 19, 2023
1 parent a113052 commit 91efb40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Theme/ButtonTexture.tres
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://b0tdbanmvyuod"]

[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_jae5v"]
load_path = "res://.godot/imported/panel_woodPaperWear.png-43e86bcc6bca41ea7725a6438a4b0b7c.ctex"
[ext_resource type="Texture2D" uid="uid://bjwk8yl73ft0c" path="res://Sprites/UIPanel.png" id="1_77wi7"]

[resource]
texture = SubResource("CompressedTexture2D_jae5v")
texture = ExtResource("1_77wi7")
texture_margin_left = 9.0
texture_margin_top = 9.0
texture_margin_right = 9.0
Expand Down

0 comments on commit 91efb40

Please sign in to comment.