1234567891011121314151617181920 |
- [gd_scene load_steps=4 format=2]
- [ext_resource path="res://Sprites/Monsters/scorpion.png" type="Texture" id=1]
- [ext_resource path="res://Scripts/scorpion.gd" type="Script" id=2]
- [sub_resource type="CircleShape2D" id=1]
- radius = 16.0
- [node name="scorpion" type="KinematicBody2D"]
- script = ExtResource( 2 )
- __meta__ = {
- "__editor_plugin_screen__": "2D"
- }
- [node name="Sprite" type="Sprite" parent="."]
- texture = ExtResource( 1 )
- [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
- shape = SubResource( 1 )
|