De la signalétique! la circulation sécurisée
Et oui, le maire de chaussette city investit Et ça se voit, bientôt les feux rouges et la circulation alternée le weekend moi je vous l'dis!
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://b4ydi1vv8dvwr"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://b4ydi1vv8dvwr"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://d1oqt6sbjvopi" path="res://maps/world.tscn" id="1_6vs81"]
|
||||
[ext_resource type="PackedScene" uid="uid://vclpg4e4ql54" path="res://caracters/player/player.tscn" id="2_5x6b5"]
|
||||
[ext_resource type="PackedScene" uid="uid://cl201baro5y5" path="res://vehicules/npc_car.tscn" id="3_yuakw"]
|
||||
[ext_resource type="PackedScene" uid="uid://bt1p311rn1h6q" path="res://vehicules/car.tscn" id="4_bqm78"]
|
||||
[ext_resource type="PackedScene" uid="uid://drwmmg2b6nlih" path="res://urban_furnitures/high_road_sign.tscn" id="5_3rm0b"]
|
||||
|
||||
[sub_resource type="Curve2D" id="Curve2D_shblg"]
|
||||
_data = {
|
||||
@@ -26,36 +27,40 @@ point_count = 19
|
||||
[node name="player" parent="movibles" instance=ExtResource("2_5x6b5")]
|
||||
position = Vector2(87, 74)
|
||||
|
||||
[node name="voitures" type="Node" parent="movibles"]
|
||||
[node name="cars" type="Node" parent="movibles"]
|
||||
|
||||
[node name="Path2D" type="Path2D" parent="movibles/voitures"]
|
||||
[node name="Path2D" type="Path2D" parent="movibles/cars"]
|
||||
position = Vector2(-664, 181)
|
||||
curve = SubResource("Curve2D_shblg")
|
||||
|
||||
[node name="voiture_pnj" parent="movibles/voitures/Path2D" node_paths=PackedStringArray("car") instance=ExtResource("3_yuakw")]
|
||||
[node name="voiture_pnj" parent="movibles/cars/Path2D" node_paths=PackedStringArray("car") instance=ExtResource("3_yuakw")]
|
||||
position = Vector2(-285, 193)
|
||||
car = NodePath("../Car")
|
||||
speed = 0.2
|
||||
distanceMax = 200
|
||||
|
||||
[node name="Car" parent="movibles/voitures/Path2D" instance=ExtResource("4_bqm78")]
|
||||
[node name="Car" parent="movibles/cars/Path2D" instance=ExtResource("4_bqm78")]
|
||||
position = Vector2(-287, 196)
|
||||
speed = 500
|
||||
|
||||
[node name="Path2D2" type="Path2D" parent="movibles/voitures"]
|
||||
[node name="Path2D2" type="Path2D" parent="movibles/cars"]
|
||||
curve = SubResource("Curve2D_nircx")
|
||||
|
||||
[node name="voiture_pnj" parent="movibles/voitures/Path2D2" node_paths=PackedStringArray("car") instance=ExtResource("3_yuakw")]
|
||||
[node name="voiture_pnj" parent="movibles/cars/Path2D2" node_paths=PackedStringArray("car") instance=ExtResource("3_yuakw")]
|
||||
position = Vector2(803, 1569)
|
||||
car = NodePath("../Car")
|
||||
speed = 0.1
|
||||
distanceMax = 150
|
||||
|
||||
[node name="Label" type="Label" parent="movibles/voitures/Path2D2/voiture_pnj"]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 23.0
|
||||
text = "LAPIN"
|
||||
|
||||
[node name="Car" parent="movibles/voitures/Path2D2" instance=ExtResource("4_bqm78")]
|
||||
[node name="Car" parent="movibles/cars/Path2D2" instance=ExtResource("4_bqm78")]
|
||||
position = Vector2(803, 1558)
|
||||
speed = 400
|
||||
|
||||
[node name="statics" type="Node2D" parent="."]
|
||||
position = Vector2(690, -8)
|
||||
|
||||
[node name="roadSign1" parent="statics" instance=ExtResource("5_3rm0b")]
|
||||
position = Vector2(5, 2)
|
||||
|
||||
[node name="roadSign2" parent="statics" instance=ExtResource("5_3rm0b")]
|
||||
position = Vector2(-1158, 4)
|
||||
|
||||
Reference in New Issue
Block a user