forked from funnymemellama/funnymemellama
added lights to hazard course and fixed mapentities
This commit is contained in:
parent
c9080f8975
commit
0879af0252
3 changed files with 67 additions and 15 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit 8266f4a690d2741e886fd166bec884214935eb7c
|
||||
Subproject commit 619feff3dcd1829bd0cf21a09414ac7e19beed2d
|
File diff suppressed because one or more lines are too long
10
world.tscn
10
world.tscn
|
@ -1,11 +1,11 @@
|
|||
[gd_scene load_steps=13 format=3 uid="uid://cv8621s5oukrb"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dyyf1q12dchhq" path="res://Player.tscn" id="2_jba6q"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://bqnoaomgwec3w" path="res://assets/maps/mapentities.obj" id="5_wn745"]
|
||||
[ext_resource type="Script" path="res://KeyOverlay.gd" id="6_crgb3"]
|
||||
[ext_resource type="PackedScene" uid="uid://bp1fooevcl4lk" path="res://devworld.tscn" id="7_1im6f"]
|
||||
[ext_resource type="Script" path="res://Debug.gd" id="7_2k2sn"]
|
||||
[ext_resource type="Texture2D" uid="uid://dast4ubkinjb5" path="res://assets/textures/zombietextures_funny/kreb.png" id="7_f82yj"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://bf4dhbajqgewc" path="res://assets/maps/hazardcourse_entities.obj" id="7_oeef4"]
|
||||
[ext_resource type="PackedScene" uid="uid://dnk6bedcy6x6m" path="res://hazardcourse.tscn" id="8_t5ilw"]
|
||||
|
||||
[sub_resource type="SystemFont" id="SystemFont_4krkk"]
|
||||
|
@ -41,10 +41,6 @@ light_size = 400.0
|
|||
shadow_enabled = true
|
||||
omni_range = 181.439
|
||||
|
||||
[node name="Mapentities" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(0.039, 0, 0, 0, -1.70474e-09, 0.039, 0, -0.039, -1.70474e-09, 0, 0, 0)
|
||||
mesh = ExtResource("5_wn745")
|
||||
|
||||
[node name="KeyOverlay" type="Label" parent="."]
|
||||
offset_left = 21.0
|
||||
offset_top = 2.0
|
||||
|
@ -87,3 +83,7 @@ light_negative = true
|
|||
shadow_enabled = true
|
||||
spot_range = 52.48
|
||||
spot_angle = 26.8834
|
||||
|
||||
[node name="Mapentities" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(0.039, 0, 0, 0, -1.70474e-09, 0.039, 0, -0.039, -1.70474e-09, -81.76, 1.3175, -16.7075)
|
||||
mesh = ExtResource("7_oeef4")
|
||||
|
|
Loading…
Reference in a new issue