Work on pickups and multiplayer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=14 format=4 uid="uid://dewb10lmvj1yy"]
|
||||
[gd_scene load_steps=15 format=4 uid="uid://dewb10lmvj1yy"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d3t381vws7vns" path="res://scripts/level.gd" id="1_0a1dj"]
|
||||
[ext_resource type="PackedScene" uid="uid://bgocskbofewsr" path="res://templates/HUD.tscn" id="2_uckv6"]
|
||||
@@ -9,10 +9,18 @@
|
||||
[ext_resource type="Texture2D" uid="uid://dri0a20l6kpbj" path="res://visuals/images/icon.svg" id="7_cttrw"]
|
||||
[ext_resource type="AudioStream" uid="uid://cr0n18se6jnig" path="res://audio/music/Industrial Matts Fridge Intensity 2.wav" id="9_d3ajt"]
|
||||
[ext_resource type="Script" uid="uid://b5npi1ys4lnf4" path="res://scripts/multiplayer_level_setup.gd" id="9_owm7e"]
|
||||
[ext_resource type="PackedScene" uid="uid://dyvov4i48mqoi" path="res://templates/datablock_pickup.tscn" id="10_owm7e"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_x4b8f"]
|
||||
background_energy_multiplier = 0.29
|
||||
background_mode = 1
|
||||
ambient_light_color = Color(1, 1, 1, 1)
|
||||
reflected_light_source = 1
|
||||
tonemap_white = 16.0
|
||||
glow_enabled = true
|
||||
fog_mode = 1
|
||||
fog_light_color = Color(0.21401742, 0.23577034, 0.2696176, 1)
|
||||
fog_light_energy = 0.0
|
||||
fog_density = 1.0
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_d3ajt"]
|
||||
resource_name = "material_0"
|
||||
@@ -413,6 +421,9 @@ autoplay = true
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("9_owm7e")
|
||||
|
||||
[node name="Datablock Pickup" parent="." instance=ExtResource("10_owm7e")]
|
||||
transform = Transform3D(0.99999994, 0, 0, 0, 0.9426415, -0.33380684, 0, 0.33380687, 0.94264144, 0.5, 1.790432, 0.5)
|
||||
|
||||
[connection signal="spawned" from="PawnSpawner" to="MultiplayerLevelSetup" method="_on_pawn_spawner_spawned"]
|
||||
[connection signal="spawned" from="CameraSpawner" to="MultiplayerLevelSetup" method="_on_camera_spawner_spawned"]
|
||||
|
||||
|
||||
70
scenes/vrep_loading.tscn
Normal file
70
scenes/vrep_loading.tscn
Normal file
@@ -0,0 +1,70 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dq5mtoakhfxx4"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cp188cfq4qeas" path="res://external/progress_over.png" id="1_wa8kr"]
|
||||
[ext_resource type="Texture2D" uid="uid://g7k311jjr73e" path="res://external/progress_fill.png" id="2_0fdvr"]
|
||||
|
||||
[node name="Node2D" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 160.0
|
||||
offset_top = 413.0
|
||||
offset_right = 1765.0
|
||||
offset_bottom = 618.0
|
||||
theme_override_font_sizes/normal_font_size = 150
|
||||
bbcode_enabled = true
|
||||
text = "LOADING V-REP . . ."
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
|
||||
[node name="TextureProgressBar" type="TextureProgressBar" parent="."]
|
||||
texture_filter = 1
|
||||
layout_mode = 0
|
||||
offset_left = 133.0
|
||||
offset_top = 894.0
|
||||
offset_right = 1731.0
|
||||
offset_bottom = 987.0
|
||||
nine_patch_stretch = true
|
||||
stretch_margin_left = 10
|
||||
stretch_margin_top = 10
|
||||
stretch_margin_right = 10
|
||||
stretch_margin_bottom = 10
|
||||
texture_over = ExtResource("1_wa8kr")
|
||||
texture_progress = ExtResource("2_0fdvr")
|
||||
|
||||
[node name="RichTextLabel2" type="RichTextLabel" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -309.0
|
||||
offset_top = -260.0
|
||||
offset_right = 309.0
|
||||
offset_bottom = -205.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
theme_override_font_sizes/normal_font_size = 40
|
||||
bbcode_enabled = true
|
||||
text = "[center]Simulating Virtual Environment[/center]
|
||||
"
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
Reference in New Issue
Block a user