[gd_scene load_steps=5 format=2] [ext_resource path="res://Assets/robot.png" type="Texture" id=1] [ext_resource path="res://Actors/Robot.gd" type="Script" id=2] [ext_resource path="res://sounds/bump.mp3" type="AudioStream" id=3] [sub_resource type="CircleShape2D" id=1] radius = 9.39408 [node name="Robot" type="KinematicBody2D"] script = ExtResource( 2 ) [node name="robot" type="Sprite" parent="."] rotation = 1.5708 texture = ExtResource( 1 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource( 1 ) [node name="Bump" type="AudioStreamPlayer2D" parent="."] stream = ExtResource( 3 ) volume_db = -6.0