diff options
| author | realtradam <[email protected]> | 2020-03-20 04:12:55 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2020-03-20 04:12:55 -0400 |
| commit | a5b997ba2330af869f21a8a7b6fc1d27c28f857f (patch) | |
| tree | 4ce80ae7b6d97a561f12d7253df2097c9a7ffb86 /Racing-Game/4WheelCar/Wheels | |
| parent | 4b85316e457c034c8fab47147b1f0ed4f2bf2c1c (diff) | |
| download | optimal-direction-a5b997ba2330af869f21a8a7b6fc1d27c28f857f.tar.gz optimal-direction-a5b997ba2330af869f21a8a7b6fc1d27c28f857f.zip | |
Camera now zooms a fixed amount depending on viewport size
Diffstat (limited to 'Racing-Game/4WheelCar/Wheels')
| -rw-r--r-- | Racing-Game/4WheelCar/Wheels/Skid/Skidmark.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Racing-Game/4WheelCar/Wheels/Skid/Skidmark.tscn b/Racing-Game/4WheelCar/Wheels/Skid/Skidmark.tscn index 865add0..c84bbf2 100644 --- a/Racing-Game/4WheelCar/Wheels/Skid/Skidmark.tscn +++ b/Racing-Game/4WheelCar/Wheels/Skid/Skidmark.tscn @@ -3,9 +3,9 @@ [ext_resource path="res://4WheelCar/Wheels/Skid/Skidmarks.gd" type="Script" id=1] [ext_resource path="res://Art(non-orig)/PNG/Objects/skidmark_short_1.png" type="Texture" id=2] - [node name="Skidmark" type="Line2D"] position = Vector2( -21.2326, -38.4176 ) +width = 25.0 default_color = Color( 0.4, 0.501961, 1, 1 ) texture = ExtResource( 2 ) texture_mode = 192263440 |
