mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
coal
This commit is contained in:
parent
0d378f16d4
commit
ab508cbd07
3 changed files with 6 additions and 6 deletions
|
@ -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]
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue