|
@@ -1,11 +1,14 @@
|
|
|
-[gd_scene load_steps=4 format=3 uid="uid://cfr23honh8ul7"]
|
|
|
+[gd_scene load_steps=6 format=3 uid="uid://cfr23honh8ul7"]
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_ag2av"]
|
|
|
[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_xa84e"]
|
|
|
[ext_resource type="Texture2D" uid="uid://b48de8cccfnjn" path="res://slides/204/physics_engine_2d.png" id="3_olm1w"]
|
|
|
+[ext_resource type="PackedScene" uid="uid://dpbr2u8co4824" path="res://slides/204/physics_demo/Bar.tscn" id="4_l048w"]
|
|
|
+[ext_resource type="Script" uid="uid://cqv2vfpwp78h2" path="res://slides/204/physics_demo/Spawner.gd" id="5_g1qkm"]
|
|
|
|
|
|
[node name="PhysicsEngine" type="Node2D"]
|
|
|
script = ExtResource("1_ag2av")
|
|
|
+processing_keep_when_disabled = true
|
|
|
|
|
|
[node name="Title" parent="." instance=ExtResource("2_xa84e")]
|
|
|
offset_left = 41.0
|
|
@@ -15,5 +18,32 @@ offset_bottom = 196.0
|
|
|
text = "Moteur physique"
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
-position = Vector2(927, 605)
|
|
|
+position = Vector2(218, 131)
|
|
|
+scale = Vector2(0.39117, 0.39117)
|
|
|
texture = ExtResource("3_olm1w")
|
|
|
+
|
|
|
+[node name="Demo" type="Node2D" parent="."]
|
|
|
+
|
|
|
+[node name="Bar1" parent="Demo" instance=ExtResource("4_l048w")]
|
|
|
+position = Vector2(948, 473)
|
|
|
+rotation = 0.785397
|
|
|
+
|
|
|
+[node name="Bar2" parent="Demo" instance=ExtResource("4_l048w")]
|
|
|
+position = Vector2(1128, 954)
|
|
|
+
|
|
|
+[node name="Bar3" parent="Demo" instance=ExtResource("4_l048w")]
|
|
|
+position = Vector2(421, 911)
|
|
|
+rotation = 0.261799
|
|
|
+
|
|
|
+[node name="Bar4" parent="Demo" instance=ExtResource("4_l048w")]
|
|
|
+position = Vector2(1258, 634)
|
|
|
+rotation = -0.785397
|
|
|
+
|
|
|
+[node name="Bar5" parent="Demo" instance=ExtResource("4_l048w")]
|
|
|
+position = Vector2(760, 728)
|
|
|
+
|
|
|
+[node name="Spawner" type="Marker2D" parent="Demo"]
|
|
|
+position = Vector2(906, 239)
|
|
|
+script = ExtResource("5_g1qkm")
|
|
|
+dispersion_scale = Vector2(80, 40)
|
|
|
+delay = 0.25
|