Pixelated
This commit is contained in:
@@ -22,10 +22,11 @@ shader_parameter/direction = 1
|
||||
[node name="Rosa" type="CharacterBody3D"]
|
||||
script = ExtResource("1_3g383")
|
||||
|
||||
[node name="Rosa Camera" type="Camera3D" parent="."]
|
||||
[node name="Rosa Camera" type="Camera3D" parent="." node_paths=PackedStringArray("follow")]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.130388, 0.991463, 0, -0.991463, 0.130388, 0, 3.14994, 0.404846)
|
||||
fov = 30.0
|
||||
script = ExtResource("2_tr66j")
|
||||
follow = NodePath("..")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("CapsuleShape3D_ls7r8")
|
||||
|
@@ -22,10 +22,9 @@ sky_material = SubResource("ProceduralSkyMaterial_e1h75")
|
||||
sky = SubResource("Sky_weucl")
|
||||
ambient_light_source = 1
|
||||
|
||||
[node name="TestMap" type="Node3D" node_paths=PackedStringArray("mapEnterEvent")]
|
||||
[node name="TestMap" type="Node3D"]
|
||||
script = ExtResource("1_ru75d")
|
||||
mapName = "My cool map"
|
||||
mapEnterEvent = NodePath("")
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_nyivo")
|
||||
|
@@ -11,7 +11,7 @@ script = ExtResource("1_pcsq6")
|
||||
|
||||
[node name="MainMenu" type="Button" parent="."]
|
||||
layout_mode = 2
|
||||
text = "Prototype Main Menu"
|
||||
text = "Prototype Main Menub"
|
||||
|
||||
[node name="OverworldOption" type="HBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
|
Reference in New Issue
Block a user