feat: implement Candy Cannon mechanics, CI/CD pipelines, and version 2.3.7 updates
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
[ext_resource type="BoxMesh" uid="uid://b5cc3prem52r6" path="res://addons/enhanced_gridmap/meshlibrary/tile_freeze.tres" id="11_pgnbl"]
|
||||
[ext_resource type="BoxMesh" uid="uid://dcjdwbffgtutt" path="res://addons/enhanced_gridmap/meshlibrary/tile_non_walkable.tres" id="11_uwjsj"]
|
||||
[ext_resource type="Texture2D" uid="uid://cdnxwlysxnujd" path="res://assets/textures/tile_heart.png" id="12_heart_tex"]
|
||||
[ext_resource type="BoxMesh" uid="uid://tile_sticky_uid" path="res://addons/enhanced_gridmap/meshlibrary/tile_sticky.tres" id="13_sticky"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_uxput"]
|
||||
resource_name = "boost"
|
||||
@@ -198,3 +199,10 @@ item/16/mesh_cast_shadow = 1
|
||||
item/16/shapes = []
|
||||
item/16/navigation_mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
|
||||
item/16/navigation_layers = 1
|
||||
item/17/name = "tile_sticky"
|
||||
item/17/mesh = ExtResource("13_sticky")
|
||||
item/17/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
|
||||
item/17/mesh_cast_shadow = 1
|
||||
item/17/shapes = []
|
||||
item/17/navigation_mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
|
||||
item/17/navigation_layers = 1
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[gd_resource type="BoxMesh" format=3 uid="uid://tile_sticky_uid"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_sticky"]
|
||||
transparency = 1
|
||||
albedo_color = Color(1, 0.4, 0.7, 0.65)
|
||||
|
||||
[resource]
|
||||
material = SubResource("StandardMaterial3D_sticky")
|
||||
size = Vector3(1, 0.1, 1)
|
||||
Reference in New Issue
Block a user