Project2/test_levels/test_1.tscn
2023-04-11 22:40:16 +02:00

57 lines
2.6 KiB
Plaintext

[gd_scene load_steps=9 format=3 uid="uid://cjbqjrj186xhx"]
[ext_resource type="Texture2D" uid="uid://bgw5itdndav4s" path="res://icon.svg" id="1_a777e"]
[ext_resource type="PackedScene" uid="uid://dlyt5o2dona1a" path="res://player/Player.tscn" id="1_abwpk"]
[ext_resource type="Script" path="res://test_levels/ExpressiveStone.gd" id="2_rd8co"]
[ext_resource type="Texture2D" uid="uid://3hyrbswjn4e" path="res://expressive_stone.png" id="2_vgtwj"]
[ext_resource type="PackedScene" uid="uid://sxcxj2sua5ho" path="res://test_levels/Bingus/Bingus.tscn" id="5_0m374"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ftvb4"]
size = Vector2(128.5, 128)
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_bg2yh"]
texture = ExtResource("1_a777e")
texture_region_size = Vector2i(128, 128)
0:0/0 = 0
0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0)
0:0/0/physics_layer_0/angular_velocity = 0.0
0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-64, -64, 64, -64, 64, 64, -64, 64)
[sub_resource type="TileSet" id="TileSet_m2yuy"]
tile_size = Vector2i(128, 128)
physics_layer_0/collision_layer = 1
sources/0 = SubResource("TileSetAtlasSource_bg2yh")
[node name="Test1" type="Node2D"]
[node name="ExpressiveStone" type="Sprite2D" parent="."]
position = Vector2(1036, 145)
scale = Vector2(9.60938, 9.1875)
texture = ExtResource("2_vgtwj")
script = ExtResource("2_rd8co")
[node name="Player" parent="." instance=ExtResource("1_abwpk")]
position = Vector2(665, 303)
[node name="Platforms" type="Node2D" parent="."]
[node name="Platform1" type="Sprite2D" parent="."]
position = Vector2(1987.25, 598)
scale = Vector2(47.3633, 1)
texture = ExtResource("1_a777e")
[node name="StaticBody2D" type="StaticBody2D" parent="Platform1"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Platform1/StaticBody2D"]
position = Vector2(-0.25, 0)
shape = SubResource("RectangleShape2D_ftvb4")
[node name="TileMap" type="TileMap" parent="."]
scale = Vector2(0.5, 0.5)
tile_set = SubResource("TileSet_m2yuy")
format = 2
layer_0/tile_data = PackedInt32Array(458758, 0, 0, 458759, 0, 0, 458760, 0, 0, 458761, 0, 0, 458762, 0, 0, 458763, 0, 0, 393228, 0, 0, 393229, 0, 0, 393230, 0, 0, 458766, 0, 0, 458767, 0, 0, 524303, 0, 0, 524304, 0, 0, 524305, 0, 0, 458769, 0, 0, 458770, 0, 0, 458771, 0, 0, 393235, 0, 0, 393236, 0, 0, 458772, 0, 0, 458773, 0, 0, 458774, 0, 0, 458775, 0, 0, 458776, 0, 0, 458777, 0, 0, 393237, 0, 0, 327701, 0, 0, 262165, 0, 0, 196629, 0, 0, 131093, 0, 0, 262164, 0, 0, 65558, 0, 0, -65512, 0, 0)
[node name="Bingus" parent="." instance=ExtResource("5_0m374")]
position = Vector2(55, 470)