123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- [gd_scene load_steps=12 format=2]
- [ext_resource path="res://Main.gd" type="Script" id=1]
- [ext_resource path="res://Player.tscn" type="PackedScene" id=2]
- [ext_resource path="res://ChunkSystem.gd" type="Script" id=3]
- [ext_resource path="res://tex/eso.jpg" type="Texture" id=4]
- [ext_resource path="res://shader/ground_shader.tres" type="Material" id=5]
- [ext_resource path="res://Downloader_UI.gd" type="Script" id=6]
- [sub_resource type="PanoramaSky" id=9]
- panorama = ExtResource( 4 )
- [sub_resource type="Environment" id=10]
- background_mode = 2
- background_sky = SubResource( 9 )
- background_energy = 4.61
- ambient_light_color = Color( 1, 1, 1, 1 )
- tonemap_mode = 3
- glow_enabled = true
- [sub_resource type="SpatialMaterial" id=6]
- albedo_color = Color( 0.168627, 0.164706, 0.913725, 1 )
- detail_enabled = true
- detail_blend_mode = 0
- detail_uv_layer = 0
- [sub_resource type="SphereMesh" id=5]
- material = SubResource( 6 )
- radius = 7.0
- height = 14.0
- [sub_resource type="PlaneMesh" id=11]
- material = ExtResource( 5 )
- size = Vector2( 20, 20 )
- [node name="root" type="Spatial"]
- script = ExtResource( 1 )
- __meta__ = {
- "_edit_lock_": true
- }
- [node name="WorldEnvironment" type="WorldEnvironment" parent="."]
- environment = SubResource( 10 )
- [node name="DirectionalLight" type="DirectionalLight" parent="WorldEnvironment"]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1.02188, 36.5425, 0 )
- visible = false
- [node name="OmniLight" type="OmniLight" parent="WorldEnvironment"]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.10944, 4.63251, 4.7882 )
- [node name="Player" parent="." instance=ExtResource( 2 )]
- [node name="Chunks" type="Spatial" parent="."]
- script = ExtResource( 3 )
- __meta__ = {
- "_edit_lock_": true
- }
- [node name="UI" type="Control" parent="."]
- margin_right = 40.0
- margin_bottom = 40.0
- [node name="1" type="TextEdit" parent="UI"]
- margin_right = 333.0
- margin_bottom = 40.0
- rect_pivot_offset = Vector2( 186, 75 )
- text = "1"
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="2" type="TextEdit" parent="UI"]
- margin_left = 397.0
- margin_top = 1.0
- margin_right = 789.0
- margin_bottom = 41.0
- rect_pivot_offset = Vector2( 33, 74 )
- text = "2"
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="3" type="TextEdit" parent="UI"]
- margin_top = 44.0
- margin_right = 331.0
- margin_bottom = 84.0
- text = "3"
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="4" type="TextEdit" parent="UI"]
- margin_left = 396.0
- margin_top = 47.0
- margin_right = 789.0
- margin_bottom = 87.0
- text = "4"
- [node name="Downloader" type="Panel" parent="UI"]
- margin_left = 29.333
- margin_top = 97.0045
- margin_right = 294.33
- margin_bottom = 194.005
- script = ExtResource( 6 )
- [node name="VBoxContainer" type="VBoxContainer" parent="UI/Downloader"]
- margin_right = 264.0
- margin_bottom = 94.0
- [node name="Title" type="Label" parent="UI/Downloader/VBoxContainer"]
- margin_right = 264.0
- margin_bottom = 14.0
- text = "Downloader"
- align = 1
- [node name="Panel" type="HSeparator" parent="UI/Downloader/VBoxContainer"]
- margin_top = 18.0
- margin_right = 264.0
- margin_bottom = 22.0
- [node name="name" type="Label" parent="UI/Downloader/VBoxContainer"]
- margin_top = 26.0
- margin_right = 264.0
- margin_bottom = 40.0
- text = "name:"
- align = 1
- [node name="size" type="Label" parent="UI/Downloader/VBoxContainer"]
- margin_top = 44.0
- margin_right = 264.0
- margin_bottom = 58.0
- text = "size:"
- align = 1
- [node name="downloaded" type="Label" parent="UI/Downloader/VBoxContainer"]
- margin_top = 62.0
- margin_right = 264.0
- margin_bottom = 76.0
- text = "downloaded:"
- align = 1
- [node name="speed" type="Label" parent="UI/Downloader/VBoxContainer"]
- margin_top = 80.0
- margin_right = 264.0
- margin_bottom = 94.0
- text = "speed:"
- align = 1
- [node name="ProgressBar" type="ProgressBar" parent="UI/Downloader/VBoxContainer"]
- margin_top = 98.0
- margin_right = 264.0
- margin_bottom = 112.0
- [node name="reference" type="MeshInstance" parent="."]
- visible = false
- mesh = SubResource( 5 )
- material/0 = null
- [node name="plane" type="MeshInstance" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.98035, 2.37647, 0.319568 )
- visible = false
- mesh = SubResource( 11 )
- material/0 = null
|