mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
Reduce artifact values
This commit is contained in:
parent
fe0db5fea2
commit
2012b41e77
3 changed files with 4 additions and 8 deletions
|
@ -38,7 +38,7 @@ shader = ExtResource("5_bkxhb")
|
||||||
type = &"Chalice"
|
type = &"Chalice"
|
||||||
|
|
||||||
[node name="Valuable" parent="." instance=ExtResource("7_0qpb5")]
|
[node name="Valuable" parent="." instance=ExtResource("7_0qpb5")]
|
||||||
value = 7500
|
value = 5000
|
||||||
|
|
||||||
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
|
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
|
||||||
stream = ExtResource("9_v6jws")
|
stream = ExtResource("9_v6jws")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=11 format=3 uid="uid://d32fgw4klo4x3"]
|
[gd_scene load_steps=10 format=3 uid="uid://d32fgw4klo4x3"]
|
||||||
|
|
||||||
[ext_resource type="PhysicsMaterial" uid="uid://c6kn1an85lccr" path="res://entity/coin_physics_material.tres" id="1_j1ug7"]
|
[ext_resource type="PhysicsMaterial" uid="uid://c6kn1an85lccr" path="res://entity/coin_physics_material.tres" id="1_j1ug7"]
|
||||||
[ext_resource type="Texture2D" uid="uid://brlo5pqo0x86l" path="res://entity/item/item_crown.png" id="2_4mgp8"]
|
[ext_resource type="Texture2D" uid="uid://brlo5pqo0x86l" path="res://entity/item/item_crown.png" id="2_4mgp8"]
|
||||||
|
@ -7,7 +7,6 @@
|
||||||
[ext_resource type="Shader" path="res://entity/gem/gem_shading_material.gdshader" id="5_c6qlx"]
|
[ext_resource type="Shader" path="res://entity/gem/gem_shading_material.gdshader" id="5_c6qlx"]
|
||||||
[ext_resource type="PackedScene" uid="uid://bk1vvq5rug01m" path="res://collector/collectible.tscn" id="6_5xyts"]
|
[ext_resource type="PackedScene" uid="uid://bk1vvq5rug01m" path="res://collector/collectible.tscn" id="6_5xyts"]
|
||||||
[ext_resource type="PackedScene" uid="uid://ujpra0s1kpqi" path="res://value/valuable.tscn" id="7_7rpe6"]
|
[ext_resource type="PackedScene" uid="uid://ujpra0s1kpqi" path="res://value/valuable.tscn" id="7_7rpe6"]
|
||||||
[ext_resource type="Script" path="res://entity/gem/RandomValue.gd" id="8_utkrs"]
|
|
||||||
[ext_resource type="AudioStream" uid="uid://br25ip30mu174" path="res://audio/conversione/mechanic_sound.wav" id="9_6xmfi"]
|
[ext_resource type="AudioStream" uid="uid://br25ip30mu174" path="res://audio/conversione/mechanic_sound.wav" id="9_6xmfi"]
|
||||||
|
|
||||||
[sub_resource type="CircleShape2D" id="CircleShape2D_058rf"]
|
[sub_resource type="CircleShape2D" id="CircleShape2D_058rf"]
|
||||||
|
@ -42,10 +41,7 @@ shader = ExtResource("5_c6qlx")
|
||||||
type = &"Crown"
|
type = &"Crown"
|
||||||
|
|
||||||
[node name="Valuable" parent="." instance=ExtResource("7_7rpe6")]
|
[node name="Valuable" parent="." instance=ExtResource("7_7rpe6")]
|
||||||
value = 10000
|
value = 7500
|
||||||
|
|
||||||
[node name="RandomValue" type="Node" parent="Valuable"]
|
|
||||||
script = ExtResource("8_utkrs")
|
|
||||||
|
|
||||||
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
|
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
|
||||||
stream = ExtResource("9_6xmfi")
|
stream = ExtResource("9_6xmfi")
|
||||||
|
|
|
@ -42,7 +42,7 @@ shader = ExtResource("5_pu8lc")
|
||||||
type = &"Ring"
|
type = &"Ring"
|
||||||
|
|
||||||
[node name="Valuable" parent="." instance=ExtResource("7_37tvl")]
|
[node name="Valuable" parent="." instance=ExtResource("7_37tvl")]
|
||||||
value = 5000
|
value = 3500
|
||||||
|
|
||||||
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
|
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
|
||||||
stream = ExtResource("9_0enei")
|
stream = ExtResource("9_0enei")
|
||||||
|
|
Loading…
Reference in a new issue