Public.tscn (643B)
1 [gd_scene load_steps=4 format=2] 2 3 [ext_resource path="res://PNJ2frames.tres" type="SpriteFrames" id=1] 4 [ext_resource path="res://Public.gd" type="Script" id=2] 5 6 [sub_resource type="CircleShape2D" id=23] 7 radius = 14.1421 8 9 [node name="Public" type="RigidBody2D" groups=["public"]] 10 gravity_scale = 0.0 11 linear_damp = 1.0 12 script = ExtResource( 2 ) 13 __meta__ = { 14 "_edit_group_": true 15 } 16 17 [node name="Sprite" type="AnimatedSprite" parent="."] 18 frames = ExtResource( 1 ) 19 animation = "down" 20 frame = 2 21 playing = true 22 23 [node name="CollisionShape2D" type="CollisionShape2D" parent="."] 24 position = Vector2( 0, 12 ) 25 rotation = 1.5708 26 shape = SubResource( 23 )