remplissage, menu, gamin audio et autre
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=47 format=3 uid="uid://4ubk6w44h4s2"]
|
||||
[gd_scene load_steps=48 format=3 uid="uid://4ubk6w44h4s2"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/Player.cs" id="1_gmlsd"]
|
||||
[ext_resource type="Texture2D" uid="uid://bo4q2rvn056p3" path="res://model/PatrickIdle1.png" id="2_w2lj6"]
|
||||
@@ -32,9 +32,10 @@
|
||||
[ext_resource type="Texture2D" uid="uid://bex6put0xmadj" path="res://model/Patrickfront2.png" id="12_t0eem"]
|
||||
[ext_resource type="AudioStream" uid="uid://cpekdylimwdq7" path="res://sound/GameOver6.wav" id="13_0akal"]
|
||||
[ext_resource type="Texture2D" uid="uid://rbp38pbtd8e0" path="res://model/PatrickIdle2.png" id="13_2yj6y"]
|
||||
[ext_resource type="Theme" uid="uid://d0wymiuig18m3" path="res://themes/label.tres" id="15_hsss5"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_2homw"]
|
||||
size = Vector2(34, 53)
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_qxy68"]
|
||||
height = 40.4
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_eh2ky"]
|
||||
|
||||
@@ -400,8 +401,8 @@ aud_voiture = ExtResource("12_dv7eh")
|
||||
aud_win = ExtResource("13_0akal")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0, -2.5)
|
||||
shape = SubResource("RectangleShape2D_2homw")
|
||||
position = Vector2(0, 3.8)
|
||||
shape = SubResource("CapsuleShape2D_qxy68")
|
||||
|
||||
[node name="Icon1" type="Sprite2D" parent="."]
|
||||
position = Vector2(2, 1)
|
||||
@@ -416,7 +417,7 @@ offset_top = -118.0
|
||||
offset_right = 21.0
|
||||
offset_bottom = -90.0
|
||||
grow_horizontal = 2
|
||||
theme = ExtResource("3_4cy24")
|
||||
theme = ExtResource("15_hsss5")
|
||||
theme_override_font_sizes/font_size = 26
|
||||
text = "18:10"
|
||||
horizontal_alignment = 1
|
||||
@@ -457,6 +458,7 @@ player = NodePath("../..")
|
||||
|
||||
[node name="door_view" parent="Camera2D" node_paths=PackedStringArray("menu") instance=ExtResource("4_0vwed")]
|
||||
visible = false
|
||||
size_flags_horizontal = 4
|
||||
menu = NodePath("../menu")
|
||||
|
||||
[node name="gameover" type="CanvasLayer" parent="Camera2D"]
|
||||
|
||||
Reference in New Issue
Block a user