forked from funnymemellama/funnymemellama
Zombie bad
0.64 snap
This commit is contained in:
parent
3b5bc0158b
commit
ea7b093560
2 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=2 format=3 uid="uid://266v5x36xoa0"]
|
[gd_scene load_steps=2 format=3 uid="uid://bp1fooevcl4lk"]
|
||||||
|
|
||||||
[ext_resource type="ArrayMesh" uid="uid://cfm21e1rmsbvt" path="res://assets/maps/devworld.obj" id="1_67d5q"]
|
[ext_resource type="ArrayMesh" uid="uid://cfm21e1rmsbvt" path="res://assets/maps/devworld.obj" id="1_67d5q"]
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
[ext_resource type="PackedScene" uid="uid://wl1n3y8mcq0x" path="res://Commentary.tscn" id="4_edude"]
|
[ext_resource type="PackedScene" uid="uid://wl1n3y8mcq0x" path="res://Commentary.tscn" id="4_edude"]
|
||||||
[ext_resource type="ArrayMesh" uid="uid://bqnoaomgwec3w" path="res://assets/maps/mapentities.obj" id="5_wn745"]
|
[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="Script" path="res://KeyOverlay.gd" id="6_crgb3"]
|
||||||
[ext_resource type="PackedScene" uid="uid://266v5x36xoa0" path="res://devworld.tscn" id="7_1im6f"]
|
[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="Script" path="res://Debug.gd" id="7_2k2sn"]
|
||||||
[ext_resource type="PackedScene" uid="uid://d0nismfmty8jc" path="res://hazardcourse.tscn" id="8_t5ilw"]
|
[ext_resource type="PackedScene" path="res://hazardcourse.tscn" id="8_t5ilw"]
|
||||||
|
|
||||||
[sub_resource type="SystemFont" id="SystemFont_4krkk"]
|
[sub_resource type="SystemFont" id="SystemFont_4krkk"]
|
||||||
font_names = PackedStringArray("Monospace")
|
font_names = PackedStringArray("Monospace")
|
||||||
|
@ -22,7 +22,6 @@ outline_color = Color(0, 0, 0, 1)
|
||||||
script = ExtResource("7_2k2sn")
|
script = ExtResource("7_2k2sn")
|
||||||
|
|
||||||
[node name="Player" parent="." instance=ExtResource("2_jba6q")]
|
[node name="Player" parent="." instance=ExtResource("2_jba6q")]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0, 1.077)
|
|
||||||
|
|
||||||
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 18.9032, 0)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 18.9032, 0)
|
||||||
|
@ -65,4 +64,4 @@ script = ExtResource("6_crgb3")
|
||||||
[node name="devworld" parent="." instance=ExtResource("7_1im6f")]
|
[node name="devworld" parent="." instance=ExtResource("7_1im6f")]
|
||||||
|
|
||||||
[node name="hazardcourse" parent="." instance=ExtResource("8_t5ilw")]
|
[node name="hazardcourse" parent="." instance=ExtResource("8_t5ilw")]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -82.147, 0, 0)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -81.92, 1.28, -16.64)
|
||||||
|
|
Loading…
Reference in a new issue