mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 23:34:18 +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"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://bnfwmlf7ems16"
|
uid="uid://bnfwmlf7ems16"
|
||||||
path="res://.godot/imported/coal.png-bae62eb66a24aa48a4fb6fc311fab196.ctex"
|
path="res://.godot/imported/coal.png-f07ec282df843263b53a26da26cd77f6.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://entity/coal.png"
|
source_file="res://entity/coal_diamond/coal.png"
|
||||||
dest_files=["res://.godot/imported/coal.png-bae62eb66a24aa48a4fb6fc311fab196.ctex"]
|
dest_files=["res://.godot/imported/coal.png-f07ec282df843263b53a26da26cd77f6.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[gd_scene load_steps=6 format=3 uid="uid://diy8fj7mcc00p"]
|
[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="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://bk1vvq5rug01m" path="res://collector/collectible.tscn" id="4_e8hbs"]
|
||||||
[ext_resource type="PackedScene" uid="uid://ujpra0s1kpqi" path="res://value/valuable.tscn" id="5_3e4d8"]
|
[ext_resource type="PackedScene" uid="uid://ujpra0s1kpqi" path="res://value/valuable.tscn" id="5_3e4d8"]
|
||||||
|
|
||||||
[sub_resource type="CircleShape2D" id="CircleShape2D_x6m8s"]
|
[sub_resource type="CircleShape2D" id="CircleShape2D_x6m8s"]
|
||||||
radius = 10.5119
|
radius = 10.5
|
||||||
|
|
||||||
[node name="Coal" type="RigidBody2D"]
|
[node name="Coal" type="RigidBody2D"]
|
||||||
collision_layer = 4
|
collision_layer = 4
|
||||||
|
@ -25,7 +25,7 @@ shape = SubResource("CircleShape2D_x6m8s")
|
||||||
|
|
||||||
[node name="Sprite" type="Sprite2D" parent="CollisionShape2D"]
|
[node name="Sprite" type="Sprite2D" parent="CollisionShape2D"]
|
||||||
texture_filter = 1
|
texture_filter = 1
|
||||||
texture = ExtResource("2_ug7o0")
|
texture = ExtResource("2_dcrph")
|
||||||
|
|
||||||
[node name="Collectible" parent="." instance=ExtResource("4_e8hbs")]
|
[node name="Collectible" parent="." instance=ExtResource("4_e8hbs")]
|
||||||
type = &"Coal"
|
type = &"Coal"
|
||||||
|
|
Loading…
Reference in a new issue