-
Notifications
You must be signed in to change notification settings - Fork 0
/
mai5CB1.tmp
40 lines (29 loc) · 1.35 KB
/
mai5CB1.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[gd_scene load_steps=6 format=3 uid="uid://b5pr2bb288k1h"]
[ext_resource type="PackedScene" uid="uid://c2dud7l80fm4j" path="res://Characters/Player/player_character.tscn" id="1_untng"]
[ext_resource type="Texture2D" uid="uid://by1evlc8v3nyd" path="res://icon.svg" id="2_h1gwv"]
[ext_resource type="Script" path="res://GameCamera.gd" id="3_e26ng"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0xjrf"]
size = Vector2(1465, 186)
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_3crr2"]
radius = 18.0
height = 110.0
[node name="Node2D" type="Node2D"]
[node name="PlayerCharacter" parent="." instance=ExtResource("1_untng")]
position = Vector2(494, 275)
[node name="StaticBody2D" type="StaticBody2D" parent="."]
collision_mask = 7
collision_priority = 1e+06
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(545.5, 410)
shape = SubResource("RectangleShape2D_0xjrf")
[node name="Icon" type="Sprite2D" parent="StaticBody2D"]
position = Vector2(550.5, 412.5)
scale = Vector2(11.4766, 1.49219)
texture = ExtResource("2_h1gwv")
[node name="GameCamera" type="Camera2D" parent="."]
script = ExtResource("3_e26ng")
[node name="DeadZone" type="Area2D" parent="."]
collision_layer = 0
collision_mask = 2
[node name="CollisionShape2D" type="CollisionShape2D" parent="DeadZone"]
shape = SubResource("CapsuleShape2D_3crr2")