bring-inc-prototype/Source/scenes/market.tscn

20 lines
527 B
Plaintext
Raw Normal View History

2022-01-27 21:44:45 +01:00
[gd_scene load_steps=4 format=2]
[ext_resource path="res://sprites/market.png" type="Texture" id=1]
[ext_resource path="res://scripts/market.gd" type="Script" id=2]
[sub_resource type="CircleShape2D" id=1]
radius = 80.604
[node name="KinematicBody2D" type="KinematicBody2D"]
2022-01-28 00:28:17 +01:00
collision_layer = 4
collision_mask = 15
2022-01-27 21:44:45 +01:00
script = ExtResource( 2 )
[node name="shape" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )
[node name="sprite" type="Sprite" parent="."]
scale = Vector2( 0.3, 0.3 )
texture = ExtResource( 1 )