You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
383 B
15 lines
383 B
[gd_scene load_steps=3 format=2] |
|
|
|
[ext_resource path="res://gfx/player.png" type="Texture" id=2] |
|
|
|
[sub_resource type="CircleShape2D" id=1] |
|
radius = 8.0 |
|
|
|
[node name="OtherPlayer" type="KinematicBody2D"] |
|
collision_layer = 0 |
|
|
|
[node name="CircleShape" type="CollisionShape2D" parent="."] |
|
shape = SubResource( 1 ) |
|
|
|
[node name="Sprite" type="Sprite" parent="."] |
|
texture = ExtResource( 2 )
|
|
|