19 lines
518 B
Plaintext
19 lines
518 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://scripts/bringman.gd" type="Script" id=1]
|
|
[ext_resource path="res://sprites/bringmans/bm00.png" type="Texture" id=2]
|
|
|
|
[sub_resource type="CircleShape2D" id=1]
|
|
radius = 21.0238
|
|
|
|
[node name="KinematicBody2D" type="KinematicBody2D"]
|
|
collision_mask = 14
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="shape" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="sprite" type="Sprite" parent="."]
|
|
scale = Vector2( 0.2, 0.2 )
|
|
texture = ExtResource( 2 )
|