cleaned up assests folder, updated some textures
This commit is contained in:
parent
3265148f69
commit
e82a786a41
23 changed files with 30 additions and 165 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
[ext_resource type="Script" path="res://src/game/level.gd" id="1_hv75i"]
|
||||
[ext_resource type="PackedScene" uid="uid://ckau5s2tsb3oc" path="res://src/game/player.tscn" id="2_5nf51"]
|
||||
[ext_resource type="Texture2D" uid="uid://dio3rrptd6w7c" path="res://assets/bg2.png" id="2_bk3ik"]
|
||||
[ext_resource type="Texture2D" uid="uid://cqb3eu4om1fj5" path="res://assets/bg_100_bk.png" id="2_o6466"]
|
||||
[ext_resource type="PackedScene" uid="uid://cdlbh3smpgg42" path="res://src/game/hud.tscn" id="2_w64nx"]
|
||||
[ext_resource type="Texture2D" uid="uid://ds0un04pocx6i" path="res://assets/track90.png" id="3_jtw40"]
|
||||
[ext_resource type="Texture2D" uid="uid://ds0un04pocx6i" path="res://assets/track_90_bk.png" id="3_fhrup"]
|
||||
[ext_resource type="Texture2D" uid="uid://dmcrms0qu0mtt" path="res://assets/finish2.png" id="4_rxurh"]
|
||||
[ext_resource type="Texture2D" uid="uid://bq151lkkfdlf4" path="res://assets/sign.png" id="7_g24mp"]
|
||||
[ext_resource type="AudioStream" uid="uid://dh5jxxwim7ra8" path="res://assets/sounds/music/death_by_waveshaper.wav" id="8_ppkte"]
|
||||
|
@ -32,16 +32,16 @@ offset_top = -3355.0
|
|||
offset_right = 19845.0
|
||||
offset_bottom = 12825.0
|
||||
scale = Vector2(0.5, 0.5)
|
||||
texture = ExtResource("2_bk3ik")
|
||||
texture = ExtResource("2_o6466")
|
||||
stretch_mode = 1
|
||||
|
||||
[node name="TrackPath" type="Path2D" parent="."]
|
||||
curve = SubResource("Curve2D_ll8bj")
|
||||
|
||||
[node name="TrackLine" type="Line2D" parent="."]
|
||||
self_modulate = Color(0.164706, 0.658824, 0.858824, 1)
|
||||
self_modulate = Color(0.364706, 0.643137, 0.901961, 1)
|
||||
texture_repeat = 2
|
||||
texture = ExtResource("3_jtw40")
|
||||
texture = ExtResource("3_fhrup")
|
||||
texture_mode = 2
|
||||
begin_cap_mode = 2
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=10 format=3 uid="uid://ckau5s2tsb3oc"]
|
||||
|
||||
[ext_resource type="Script" path="res://src/game/player_controller.gd" id="1_g4ij8"]
|
||||
[ext_resource type="Texture2D" uid="uid://c2ldu662bhlhh" path="res://assets/v_light2.png" id="2_velje"]
|
||||
[ext_resource type="Texture2D" uid="uid://dw4nlgwgbcs0y" path="res://assets/v_light3.png" id="2_b3d7c"]
|
||||
[ext_resource type="Texture2D" uid="uid://bnyyk81dhy3h2" path="res://assets/vehicle.png" id="3_4a53i"]
|
||||
[ext_resource type="Texture2D" uid="uid://ceqcsof04vhqs" path="res://assets/light.png" id="3_qosw5"]
|
||||
[ext_resource type="AudioStream" uid="uid://cc4ffx6b0xjvk" path="res://assets/sounds/sfx/engine_loop.wav" id="4_4ajo8"]
|
||||
|
@ -24,9 +24,10 @@ camera = NodePath("Camera2D")
|
|||
position = Vector2(0, 3.09944e-05)
|
||||
rotation = 1.5708
|
||||
scale = Vector2(0.1, 0.1)
|
||||
energy = 3.0
|
||||
range_item_cull_mask = 3
|
||||
texture = ExtResource("2_velje")
|
||||
energy = 2.0
|
||||
blend_mode = 2
|
||||
range_item_cull_mask = 7
|
||||
texture = ExtResource("2_b3d7c")
|
||||
|
||||
[node name="Playermodel" type="Sprite2D" parent="."]
|
||||
light_mask = 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue