From f51bdfef57c5fa6ddec161663549a11aa375d9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 16 Sep 2023 14:51:05 +0200 Subject: [PATCH] Fix another wrong case in texture path Missed in the previous PR. --- prefabs/coin_prefab.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prefabs/coin_prefab.tscn b/prefabs/coin_prefab.tscn index 5faae0a..5add708 100644 --- a/prefabs/coin_prefab.tscn +++ b/prefabs/coin_prefab.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=13 format=3 uid="uid://dfpisimsgf5ce"] -[ext_resource type="Texture2D" uid="uid://0odt7cvj574e" path="res://models/textures/colormap.png" id="2_04qt4"] +[ext_resource type="Texture2D" uid="uid://0odt7cvj574e" path="res://models/Textures/colormap.png" id="2_04qt4"] [ext_resource type="Script" path="res://scripts/coin.gd" id="2_gaakh"] [ext_resource type="Texture2D" uid="uid://bs6puxrivhkk2" path="res://sprites/particle.png" id="3_xl1k0"]