change map4 to 3

This commit is contained in:
interfisch 2024-11-16 21:33:32 +01:00
parent 34d3cb0721
commit 97890fbc90
6 changed files with 61 additions and 287 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://mkjrrv20lhkc"
path="res://.godot/imported/map_03.png-b45360988dcfa44b7c6d27d04c52883f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://scenes/map_preview/map_03.png"
dest_files=["res://.godot/imported/map_03.png-b45360988dcfa44b7c6d27d04c52883f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=8 format=3 uid="uid://b1uhymisifcho"]
[gd_scene load_steps=9 format=3 uid="uid://b1uhymisifcho"]
[ext_resource type="Script" path="res://scripts/menu.gd" id="1_fushn"]
[ext_resource type="Script" path="res://scripts/menudisplay.gd" id="2_jc4pv"]
@ -6,6 +6,7 @@
[ext_resource type="Texture2D" uid="uid://my0glsan1h2e" path="res://scenes/map_preview/map_00.png" id="3_p822h"]
[ext_resource type="Texture2D" uid="uid://bk32usoetq3b" path="res://scenes/map_preview/map_01.png" id="4_ac8w4"]
[ext_resource type="Texture2D" uid="uid://ole07xte1dxp" path="res://scenes/map_preview/map_02.png" id="5_pnyq7"]
[ext_resource type="Texture2D" uid="uid://mkjrrv20lhkc" path="res://scenes/map_preview/map_03.png" id="7_5f67q"]
[ext_resource type="Script" path="res://scripts/rounds_selection.gd" id="7_cr4tq"]
[node name="Menu" type="Node"]
@ -124,12 +125,7 @@ icon = ExtResource("5_pnyq7")
[node name="btn_map_03" type="Button" parent="MenuDisplay/map_container"]
layout_mode = 2
toggle_mode = true
icon = ExtResource("5_pnyq7")
[node name="btn_map_04" type="Button" parent="MenuDisplay/map_container"]
layout_mode = 2
toggle_mode = true
icon = ExtResource("5_pnyq7")
icon = ExtResource("7_5f67q")
[node name="rounds_selection" type="OptionButton" parent="MenuDisplay"]
offset_left = 690.0

View file

@ -37,15 +37,15 @@ var traction_slow = 0.5
#Automatic Steering settings
var steering_speed_slow = 150 #speed for slow steering
var steering_speed_slow = 100 #speed for slow steering
var steering_angle_slow = 50 #maximum angle slow speed
var steering_distance_far_slow=200
var steering_distance_close_slow=20
var steering_distance_far_slow=256
var steering_distance_close_slow=16
var steering_speed_fast = 400 #speed for fast steering
var steering_angle_fast = 1 #maximum angle fast speed
var steering_distance_far_fast=256
var steering_distance_close_fast=128
var steering_distance_close_fast=64
# resetCar
var resetcar_stoppedspeed = 50 #activate timer when below this speed