From ab508cbd076617d9d191fb4877bf2247d3ea447d Mon Sep 17 00:00:00 2001 From: Matteo Balugani Date: Mon, 2 Oct 2023 22:01:46 +0200 Subject: [PATCH] coal --- entity/{ => coal_diamond}/coal.png | 0 entity/{ => coal_diamond}/coal.png.import | 6 +++--- entity/coal_diamond/coal.tscn | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) rename entity/{ => coal_diamond}/coal.png (100%) rename entity/{ => coal_diamond}/coal.png.import (72%) diff --git a/entity/coal.png b/entity/coal_diamond/coal.png similarity index 100% rename from entity/coal.png rename to entity/coal_diamond/coal.png diff --git a/entity/coal.png.import b/entity/coal_diamond/coal.png.import similarity index 72% rename from entity/coal.png.import rename to entity/coal_diamond/coal.png.import index 93a9252..e6fd1db 100644 --- a/entity/coal.png.import +++ b/entity/coal_diamond/coal.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bnfwmlf7ems16" -path="res://.godot/imported/coal.png-bae62eb66a24aa48a4fb6fc311fab196.ctex" +path="res://.godot/imported/coal.png-f07ec282df843263b53a26da26cd77f6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://entity/coal.png" -dest_files=["res://.godot/imported/coal.png-bae62eb66a24aa48a4fb6fc311fab196.ctex"] +source_file="res://entity/coal_diamond/coal.png" +dest_files=["res://.godot/imported/coal.png-f07ec282df843263b53a26da26cd77f6.ctex"] [params] diff --git a/entity/coal_diamond/coal.tscn b/entity/coal_diamond/coal.tscn index 0caf55c..12ec849 100644 --- a/entity/coal_diamond/coal.tscn +++ b/entity/coal_diamond/coal.tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=6 format=3 uid="uid://diy8fj7mcc00p"] [ext_resource type="PhysicsMaterial" uid="uid://c6kn1an85lccr" path="res://entity/coin_physics_material.tres" id="1_ftt7x"] -[ext_resource type="Texture2D" uid="uid://bgq5afrrpc4a3" path="res://entity/coal_diamond/diamond_white.png" id="2_ug7o0"] +[ext_resource type="Texture2D" uid="uid://bnfwmlf7ems16" path="res://entity/coal_diamond/coal.png" id="2_dcrph"] [ext_resource type="PackedScene" uid="uid://bk1vvq5rug01m" path="res://collector/collectible.tscn" id="4_e8hbs"] [ext_resource type="PackedScene" uid="uid://ujpra0s1kpqi" path="res://value/valuable.tscn" id="5_3e4d8"] [sub_resource type="CircleShape2D" id="CircleShape2D_x6m8s"] -radius = 10.5119 +radius = 10.5 [node name="Coal" type="RigidBody2D"] collision_layer = 4 @@ -25,7 +25,7 @@ shape = SubResource("CircleShape2D_x6m8s") [node name="Sprite" type="Sprite2D" parent="CollisionShape2D"] texture_filter = 1 -texture = ExtResource("2_ug7o0") +texture = ExtResource("2_dcrph") [node name="Collectible" parent="." instance=ExtResource("4_e8hbs")] type = &"Coal"