47 lines
2.0 KiB
Plaintext
47 lines
2.0 KiB
Plaintext
[gd_scene format=3 uid="uid://b7afbx36ltb3f"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://crtm0xtiql3r8" path="res://Player.tscn" id="1_ulcgi"]
|
|
[ext_resource type="PackedScene" uid="uid://dio67r8ambe7h" path="res://Assets/arena_placeholder_v01.glb" id="2_nxogm"]
|
|
[ext_resource type="Script" path="res://matador_spawn.gd" id="3_spawn"]
|
|
[ext_resource type="Shader" path="res://ps1_filter.gdshader" id="4_ps1shader"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ulcgi"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_ps1"]
|
|
shader = ExtResource("4_ps1shader")
|
|
shader_parameter/pixel_scale = 4.0
|
|
shader_parameter/color_depth = 5.0
|
|
shader_parameter/dither_strength = 0.8
|
|
|
|
[node name="scene" type="Node3D" unique_id=22320312]
|
|
|
|
[node name="Player" parent="." unique_id=165510044 instance=ExtResource("1_ulcgi")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5.1711025, 0)
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=818712731]
|
|
transform = Transform3D(0.030703627, 0.98235905, -0.18446636, -0.1612905, 0.18700416, 0.9690277, 0.9864293, -1.2735805e-08, 0.16418687, -4.08134, 0.3070748, 0.97087634)
|
|
shadow_enabled = true
|
|
|
|
[node name="Node3D" type="Node3D" parent="." unique_id=1081100876]
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="Node3D" unique_id=2072095624]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Node3D/StaticBody3D" unique_id=1444198204]
|
|
transform = Transform3D(30, 0, 0, 0, 1, 0, 0, 0, 30, 0, -0.5, 0)
|
|
shape = SubResource("BoxShape3D_ulcgi")
|
|
|
|
[node name="arena_placeholder_v01" parent="Node3D" unique_id=1341659233 instance=ExtResource("2_nxogm")]
|
|
|
|
[node name="MatadorSpawner" type="Node3D" parent="." unique_id=3001000001]
|
|
script = ExtResource("3_spawn")
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
layer = 10
|
|
|
|
[node name="PS1Filter" type="ColorRect" parent="CanvasLayer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
material = SubResource("ShaderMaterial_ps1")
|