-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit1Sermon.tscn
More file actions
47 lines (36 loc) · 1.93 KB
/
Unit1Sermon.tscn
File metadata and controls
47 lines (36 loc) · 1.93 KB
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
41
42
43
44
45
46
47
[gd_scene load_steps=9 format=2]
[ext_resource path="res://PlayerUnit1Sermon.gd" type="Script" id=1]
[ext_resource path="res://Player.tscn" type="PackedScene" id=2]
[ext_resource path="res://Assprite/unit 1 tilesets/00496-1166432087-pixelated mountain view, clear, not blurry, pixelated, pixelated, mountain scenery pixellated, pixel-perfect.png" type="Texture" id=3]
[ext_resource path="res://SandGrassTile.tscn" type="PackedScene" id=4]
[ext_resource path="res://Assprite/unit 1 characters/NPC1.png" type="Texture" id=5]
[ext_resource path="res://Assprite/unit 1 characters/jamal.png" type="Texture" id=6]
[ext_resource path="res://Assprite/unit 1 characters/Jesus-drip.png" type="Texture" id=7]
[ext_resource path="res://Assprite/unit 1 characters/JeresulemGuy.png" type="Texture" id=8]
[node name="Node2D" type="Node2D"]
[node name="Player" parent="." instance=ExtResource( 2 )]
script = ExtResource( 1 )
[node name="TileMap" parent="." instance=ExtResource( 4 )]
[node name="ParallaxBackground2" type="ParallaxBackground" parent="."]
[node name="ParallaxLayer" type="ParallaxLayer" parent="ParallaxBackground2"]
[node name="Sprite" type="Sprite" parent="ParallaxBackground2/ParallaxLayer"]
position = Vector2( 0, -1 )
texture = ExtResource( 3 )
centered = false
[node name="Jesus-drip" type="Sprite" parent="ParallaxBackground2/ParallaxLayer/Sprite"]
position = Vector2( 222, 111 )
scale = Vector2( 1.09375, 1.09375 )
texture = ExtResource( 7 )
[node name="Npc1" type="Sprite" parent="ParallaxBackground2/ParallaxLayer/Sprite/Jesus-drip"]
position = Vector2( -29.9429, 2.05715 )
scale = Vector2( 0.9, 0.871429 )
texture = ExtResource( 5 )
[node name="JeresulemGuy" type="Sprite" parent="ParallaxBackground2/ParallaxLayer/Sprite"]
position = Vector2( 248, 114 )
texture = ExtResource( 8 )
flip_h = true
[node name="Jamal" type="Sprite" parent="."]
position = Vector2( 275.5, 114.5 )
scale = Vector2( 1.03125, 1.03125 )
texture = ExtResource( 6 )
flip_h = true