raquette.tscn 669 B

1234567891011121314151617
  1. [gd_scene load_steps=4 format=3 uid="uid://cpo1b44exbbyf"]
  2. [ext_resource type="PhysicsMaterial" uid="uid://c6bddricwmcxx" path="res://commun/materiaux/metal.tres" id="1_0thl6"]
  3. [ext_resource type="Texture2D" uid="uid://chi8i5odmp41w" path="res://icon.svg" id="2_2o1qk"]
  4. [sub_resource type="RectangleShape2D" id="RectangleShape2D_ong6t"]
  5. size = Vector2(104, 25)
  6. [node name="Raquette" type="StaticBody2D"]
  7. physics_material_override = ExtResource("1_0thl6")
  8. [node name="Image" type="Sprite2D" parent="."]
  9. scale = Vector2(0.826, 0.2)
  10. texture = ExtResource("2_2o1qk")
  11. [node name="Forme" type="CollisionShape2D" parent="."]
  12. shape = SubResource("RectangleShape2D_ong6t")