arene.tscn 853 B

123456789101112131415161718192021222324
  1. [gd_scene load_steps=4 format=3 uid="uid://b28d5a4be36qa"]
  2. [ext_resource type="PhysicsMaterial" uid="uid://c6bddricwmcxx" path="res://commun/materiaux/metal.tres" id="1_jdr4h"]
  3. [sub_resource type="RectangleShape2D" id="RectangleShape2D_cjamf"]
  4. size = Vector2(820, 200)
  5. [sub_resource type="RectangleShape2D" id="RectangleShape2D_d3hv4"]
  6. size = Vector2(200, 1200)
  7. [node name="Arene" type="StaticBody2D"]
  8. physics_material_override = ExtResource("1_jdr4h")
  9. [node name="Haut" type="CollisionShape2D" parent="."]
  10. position = Vector2(210, -100)
  11. shape = SubResource("RectangleShape2D_cjamf")
  12. [node name="Droite" type="CollisionShape2D" parent="."]
  13. position = Vector2(520, 400)
  14. shape = SubResource("RectangleShape2D_d3hv4")
  15. [node name="Gauche" type="CollisionShape2D" parent="."]
  16. position = Vector2(-100, 400)
  17. shape = SubResource("RectangleShape2D_d3hv4")