forked from Chaitanyassr/BraveKnight--
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Game.tscn
33 lines (25 loc) · 1.04 KB
/
Game.tscn
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
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Game.gd" type="Script" id=1]
[ext_resource path="res://jungle level2/13.png" type="Texture" id=2]
[ext_resource path="res://jungle level2/14.png" type="Texture" id=3]
[ext_resource path="res://jungle level2/15.png" type="Texture" id=4]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 182.046, 28.7035 )
[node name="KinematicBody2D" type="KinematicBody2D"]
script = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 361.581, 324.609 )
shape = SubResource( 1 )
one_way_collision = true
[node name="13" type="Sprite" parent="."]
position = Vector2( 245.331, 335.836 )
texture = ExtResource( 2 )
[node name="14" type="Sprite" parent="."]
position = Vector2( 359.795, 335.836 )
texture = ExtResource( 3 )
[node name="15" type="Sprite" parent="."]
position = Vector2( 485.704, 335.836 )
texture = ExtResource( 4 )
[node name="RayCast2D" type="RayCast2D" parent="."]
position = Vector2( 189.346, 305.725 )
cast_to = Vector2( 0, 300 )