replace with multiplayer-coop files
This commit is contained in:
77
src/scenes/game_world.tscn
Normal file
77
src/scenes/game_world.tscn
Normal file
@@ -0,0 +1,77 @@
|
||||
[gd_scene format=3 uid="uid://c8dvya03mpq4t"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bax7e73v836nx" path="res://scripts/player_manager.gd" id="1"]
|
||||
[ext_resource type="PackedScene" uid="uid://cxfvw8y7jqn2p" path="res://scenes/player.tscn" id="2"]
|
||||
[ext_resource type="PackedScene" uid="uid://b7qx8y2jqn3r" path="res://scenes/interactable_object.tscn" id="3"]
|
||||
[ext_resource type="Script" uid="uid://db58xcyo4cjk" path="res://scripts/game_world.gd" id="4"]
|
||||
[ext_resource type="Script" uid="uid://wff5063ctp7g" path="res://scripts/debug_overlay.gd" id="5"]
|
||||
[ext_resource type="TileSet" uid="uid://dqem5tbvooxrg" path="res://assets/gfx/RPG DUNGEON VOL 3.tres" id="9"]
|
||||
|
||||
[node name="GameWorld" type="Node2D" unique_id=430665106]
|
||||
script = ExtResource("4")
|
||||
|
||||
[node name="PlayerManager" type="Node" parent="." unique_id=949073050]
|
||||
script = ExtResource("1")
|
||||
player_scene = ExtResource("2")
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="." unique_id=785067123]
|
||||
zoom = Vector2(3, 3)
|
||||
|
||||
[node name="Environment" type="Node2D" parent="." unique_id=1877699223]
|
||||
|
||||
[node name="DungeonLayer0" type="TileMapLayer" parent="Environment" unique_id=1234567891]
|
||||
z_index = -1
|
||||
tile_set = ExtResource("9")
|
||||
|
||||
[node name="TileMapLayerAbove" type="TileMapLayer" parent="Environment" unique_id=1234567892]
|
||||
modulate = Color(1, 1, 1, 0.77254903)
|
||||
z_index = 1
|
||||
tile_set = ExtResource("9")
|
||||
|
||||
[node name="Floor" type="Polygon2D" parent="Environment" unique_id=1715441485]
|
||||
visible = false
|
||||
color = Color(0.3, 0.3, 0.3, 1)
|
||||
polygon = PackedVector2Array(-1000, -1000, 1000, -1000, 1000, 1000, -1000, 1000)
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Walls" type="StaticBody2D" parent="Environment" unique_id=336033150]
|
||||
collision_layer = 4
|
||||
collision_mask = 3
|
||||
|
||||
[node name="WallTop" type="CollisionPolygon2D" parent="Environment/Walls" unique_id=1311846641]
|
||||
polygon = PackedVector2Array(-1020, -1020, 1020, -1020, 1020, -980, -1020, -980)
|
||||
|
||||
[node name="WallBottom" type="CollisionPolygon2D" parent="Environment/Walls" unique_id=902776066]
|
||||
polygon = PackedVector2Array(-1020, 980, 1020, 980, 1020, 1020, -1020, 1020)
|
||||
|
||||
[node name="WallLeft" type="CollisionPolygon2D" parent="Environment/Walls" unique_id=1762713816]
|
||||
polygon = PackedVector2Array(-1020, -980, -980, -980, -980, 980, -1020, 980)
|
||||
|
||||
[node name="WallRight" type="CollisionPolygon2D" parent="Environment/Walls" unique_id=540990153]
|
||||
polygon = PackedVector2Array(980, -980, 1020, -980, 1020, 980, 980, 980)
|
||||
|
||||
[node name="Entities" type="Node2D" parent="." unique_id=1447395523]
|
||||
y_sort_enabled = true
|
||||
|
||||
[node name="Box1" parent="Entities" unique_id=2016646819 instance=ExtResource("3")]
|
||||
position = Vector2(101, 66)
|
||||
|
||||
[node name="Box2" parent="Entities" unique_id=219568153 instance=ExtResource("3")]
|
||||
position = Vector2(100, 133)
|
||||
|
||||
[node name="Box3" parent="Entities" unique_id=1831798906 instance=ExtResource("3")]
|
||||
position = Vector2(113, 9)
|
||||
|
||||
[node name="Box4" parent="Entities" unique_id=140447274 instance=ExtResource("3")]
|
||||
position = Vector2(198, 58)
|
||||
|
||||
[node name="Box5" parent="Entities" unique_id=284709248 instance=ExtResource("3")]
|
||||
position = Vector2(74, 12)
|
||||
|
||||
[node name="DebugOverlay" type="CanvasLayer" parent="." unique_id=1325005956]
|
||||
script = ExtResource("5")
|
||||
|
||||
[node name="CanvasModulate" type="CanvasModulate" parent="." unique_id=948490815]
|
||||
light_mask = 1048575
|
||||
visibility_layer = 1048575
|
||||
color = Color(0.671875, 0.671875, 0.671875, 1)
|
||||
Reference in New Issue
Block a user