From fc17b636a2bab8d9c2d25c39ea072d095ecc0ba2 Mon Sep 17 00:00:00 2001 From: "alexey.grishchenko" Date: Sat, 20 Apr 2024 17:29:14 +0200 Subject: [PATCH] platforms slow --- 3d_platforma/Level.tscn | 124 ++---------------------- 3d_platforma/Level1_platforms_slow.tscn | 107 ++++++++++++++++++++ project.godot | 4 - 3 files changed, 117 insertions(+), 118 deletions(-) create mode 100644 3d_platforma/Level1_platforms_slow.tscn diff --git a/3d_platforma/Level.tscn b/3d_platforma/Level.tscn index cf77c2b..cdd3b7c 100644 --- a/3d_platforma/Level.tscn +++ b/3d_platforma/Level.tscn @@ -1,19 +1,14 @@ -[gd_scene load_steps=16 format=2] +[gd_scene load_steps=12 format=2] [ext_resource path="res://3d_platforma/Player.tscn" type="PackedScene" id=1] [ext_resource path="res://3d_platforma/golden_bay_512.hdr" type="Texture" id=2] [ext_resource path="res://scripts/Library/Actions/Snare Admiral 2.wav" type="AudioStream" id=3] -[ext_resource path="res://3d_platforma/sqare_norm.png" type="Texture" id=4] +[ext_resource path="res://3d_platforma/Level1_platforms_slow.tscn" type="PackedScene" id=4] [ext_resource path="res://3d_platforma/texture_08.png" type="Texture" id=5] [ext_resource path="res://scripts/Library/Actions/TriggerOnReady.gd" type="Script" id=6] [ext_resource path="res://scripts/Library/Actions/ActionList.gd" type="Script" id=7] [ext_resource path="res://scripts/Library/Actions/SFX BlackTiger.wav" type="AudioStream" id=8] -[sub_resource type="CubeMesh" id=1] - -[sub_resource type="MultiMesh" id=2] -mesh = SubResource( 1 ) - [sub_resource type="SpatialMaterial" id=36] resource_name = "CheckerGrid" albedo_color = Color( 0.85, 0.85, 0.85, 1 ) @@ -21,47 +16,6 @@ albedo_texture = ExtResource( 5 ) roughness = 0.85 uv1_triplanar = true -[sub_resource type="Animation" id=37] -resource_name = "move" -length = 30.0 -loop = true -tracks/0/type = "value" -tracks/0/path = NodePath(".:translation:y") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/keys = { -"times": PoolRealArray( 0, 10, 30 ), -"transitions": PoolRealArray( 1, 1, 1 ), -"update": 0, -"values": [ 0.0, 10.0, 0.0 ] -} - -[sub_resource type="BoxShape" id=20] - -[sub_resource type="CubeMesh" id=21] - -[sub_resource type="OpenSimplexNoise" id=28] -octaves = 2 -period = 0.8 - -[sub_resource type="NoiseTexture" id=29] -flags = 3 -width = 32 -height = 32 -noise = SubResource( 28 ) - -[sub_resource type="SpatialMaterial" id=22] -albedo_color = Color( 0.603922, 0.0235294, 0.619608, 1 ) -roughness = 0.25 -roughness_texture = SubResource( 29 ) -normal_enabled = true -normal_scale = 1.0 -normal_texture = ExtResource( 4 ) -uv1_scale = Vector3( 3, 3, 3 ) -uv1_triplanar = true - [sub_resource type="PanoramaSky" id=23] panorama = ExtResource( 2 ) @@ -90,73 +44,17 @@ glow_hdr_scale = 4.0 [node name="Game" type="Spatial"] -[node name="MultiMeshInstance" type="MultiMeshInstance" parent="."] -multimesh = SubResource( 2 ) +[node name="start" type="CSGBox" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.1, 0 ) +use_collision = true +width = 6.05148 +height = 0.2 +depth = 6.62613 +material = SubResource( 36 ) [node name="Player" parent="." instance=ExtResource( 1 )] -[node name="Platforms" type="Spatial" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.1, 0 ) - -[node name="start" type="CSGBox" parent="Platforms"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 ) -use_collision = true -width = 10.0 -height = 0.2 -depth = 10.0 -material = SubResource( 36 ) - -[node name="thin" type="CSGBox" parent="Platforms"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, -12 ) -use_collision = true -width = 4.0 -height = 0.2 -depth = 10.0 -material = SubResource( 36 ) - -[node name="ramp" type="CSGBox" parent="Platforms"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.4, -22 ) -use_collision = true -width = 4.0 -height = 1.0 -depth = 10.0 -material = SubResource( 36 ) - -[node name="lift" type="Spatial" parent="Platforms"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.4, -30 ) - -[node name="platform" type="CSGBox" parent="Platforms/lift"] -use_collision = true -width = 4.0 -height = 1.0 -depth = 4.0 -material = SubResource( 36 ) - -[node name="AnimationPlayer" type="AnimationPlayer" parent="Platforms/lift/platform"] -autoplay = "move" -anims/move = SubResource( 37 ) - -[node name="lego" type="StaticBody" parent="Platforms"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5, -1.9, -8 ) -__meta__ = { -"_edit_group_": true -} - -[node name="CollisionShape" type="CollisionShape" parent="Platforms/lego"] -shape = SubResource( 20 ) - -[node name="MeshInstance" type="MeshInstance" parent="Platforms/lego"] -mesh = SubResource( 21 ) -material/0 = SubResource( 22 ) - -[node name="CSGPolygon" type="CSGPolygon" parent="Platforms"] -transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 1, -12 ) -use_collision = true -polygon = PoolVector2Array( 3, -4, 3, 1, 4.15364, 1.29316, 4, -4 ) -mode = 1 -spin_degrees = 360.0 -spin_sides = 16 -material = SubResource( 36 ) +[node name="platforms_slow" parent="." instance=ExtResource( 4 )] [node name="DirectionalLight" type="DirectionalLight" parent="."] transform = Transform( 0.707107, -0.5, 0.5, 0, 0.707107, 0.707107, -0.707107, -0.5, 0.5, 0, 5, 0 ) @@ -180,8 +78,6 @@ script = ExtResource( 7 ) [node name="PlaySound" type="Node" parent="ActionList"] script = ExtResource( 1 ) -audioStreamPlayer = NodePath("../../AudioStreamPlayer3D") [node name="PlaySound2" type="Node" parent="ActionList"] script = ExtResource( 1 ) -audioStreamPlayer = NodePath("../../AudioStreamPlayer3D2") diff --git a/3d_platforma/Level1_platforms_slow.tscn b/3d_platforma/Level1_platforms_slow.tscn new file mode 100644 index 0000000..d5cc4ea --- /dev/null +++ b/3d_platforma/Level1_platforms_slow.tscn @@ -0,0 +1,107 @@ +[gd_scene load_steps=10 format=2] + +[ext_resource path="res://3d_platforma/texture_08.png" type="Texture" id=1] +[ext_resource path="res://3d_platforma/sqare_norm.png" type="Texture" id=2] + +[sub_resource type="SpatialMaterial" id=36] +resource_name = "CheckerGrid" +albedo_color = Color( 0.85, 0.85, 0.85, 1 ) +albedo_texture = ExtResource( 1 ) +roughness = 0.85 +uv1_triplanar = true + +[sub_resource type="Animation" id=37] +resource_name = "move" +length = 30.0 +loop = true +tracks/0/type = "value" +tracks/0/path = NodePath(".:translation:y") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 10, 30 ), +"transitions": PoolRealArray( 1, 1, 1 ), +"update": 0, +"values": [ 0.0, 10.0, 0.0 ] +} + +[sub_resource type="BoxShape" id=20] + +[sub_resource type="CubeMesh" id=21] + +[sub_resource type="OpenSimplexNoise" id=28] +octaves = 2 +period = 0.8 + +[sub_resource type="NoiseTexture" id=29] +flags = 3 +width = 32 +height = 32 +noise = SubResource( 28 ) + +[sub_resource type="SpatialMaterial" id=22] +albedo_color = Color( 0.603922, 0.0235294, 0.619608, 1 ) +roughness = 0.25 +roughness_texture = SubResource( 29 ) +normal_enabled = true +normal_scale = 1.0 +normal_texture = ExtResource( 2 ) +uv1_scale = Vector3( 3, 3, 3 ) +uv1_triplanar = true + +[node name="platforms_slow" type="Spatial"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.1, 0 ) + +[node name="thin" type="CSGBox" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, -12 ) +use_collision = true +width = 4.0 +height = 0.2 +depth = 10.0 +material = SubResource( 36 ) + +[node name="ramp" type="CSGBox" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.4, -22 ) +use_collision = true +width = 4.0 +height = 1.0 +depth = 10.0 +material = SubResource( 36 ) + +[node name="lift" type="Spatial" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.4, -30 ) + +[node name="platform" type="CSGBox" parent="lift"] +use_collision = true +width = 4.0 +height = 1.0 +depth = 4.0 +material = SubResource( 36 ) + +[node name="AnimationPlayer" type="AnimationPlayer" parent="lift/platform"] +autoplay = "move" +anims/move = SubResource( 37 ) + +[node name="lego" type="StaticBody" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5, -1.9, -8 ) +__meta__ = { +"_edit_group_": true +} + +[node name="CollisionShape" type="CollisionShape" parent="lego"] +shape = SubResource( 20 ) + +[node name="MeshInstance" type="MeshInstance" parent="lego"] +mesh = SubResource( 21 ) +material/0 = SubResource( 22 ) + +[node name="CSGPolygon" type="CSGPolygon" parent="."] +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 1, -12 ) +use_collision = true +polygon = PoolVector2Array( 3, -4, 3, 1, 4.15364, 1.29316, 4, -4 ) +mode = 1 +spin_degrees = 360.0 +spin_sides = 16 +material = SubResource( 36 ) diff --git a/project.godot b/project.godot index 081bcd5..488eeed 100644 --- a/project.godot +++ b/project.godot @@ -54,10 +54,6 @@ config/name="first_anniversary_godot_jam" run/main_scene="res://3d_platforma/Level.tscn" config/icon="res://icon.png" -[autoload] - -MusicSingleton="*res://scripts/MusicSingleton.gd" - [display] window/size/width=480