Color rework
This commit is contained in:
parent
0dd3628ce1
commit
2b527c9b2e
15 changed files with 73 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=14 format=3 uid="uid://ccrs28h3b2tfy"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://cw0827vwv7pc1" path="res://shaders/materials/shield_material.tres" id="1_3gt13"]
|
||||
[ext_resource type="Material" uid="uid://cw0827vwv7pc1" path="res://shaders/materials/ship_material.tres" id="1_6fqoi"]
|
||||
[ext_resource type="Script" path="res://scripts/objects/MainShip.gd" id="1_h7kne"]
|
||||
[ext_resource type="PackedScene" uid="uid://bbho4h6tg4jca" path="res://scenes/hulls/starterhull.tscn" id="2_r634y"]
|
||||
[ext_resource type="PackedScene" uid="uid://20171x3gmn1j" path="res://scenes/engines/starterengine.tscn" id="3_upe7o"]
|
||||
|
|
@ -18,7 +18,7 @@ font_size = 48
|
|||
|
||||
[node name="MainShip" type="CharacterBody2D"]
|
||||
process_mode = 1
|
||||
material = ExtResource("1_3gt13")
|
||||
material = ExtResource("1_6fqoi")
|
||||
collision_mask = 3
|
||||
script = ExtResource("1_h7kne")
|
||||
metadata/_edit_horizontal_guides_ = []
|
||||
|
|
@ -28,10 +28,12 @@ metadata/_edit_horizontal_guides_ = []
|
|||
[node name="Engine" parent="." instance=ExtResource("3_upe7o")]
|
||||
|
||||
[node name="PrimaryWeapon" type="Node2D" parent="."]
|
||||
use_parent_material = true
|
||||
|
||||
[node name="SingleLaser" parent="PrimaryWeapon" instance=ExtResource("4_s724s")]
|
||||
|
||||
[node name="SecondaryWeapon" type="Node2D" parent="."]
|
||||
use_parent_material = true
|
||||
|
||||
[node name="SingleLaser" parent="SecondaryWeapon" instance=ExtResource("4_s724s")]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue