feat : mobile input controller
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://dkve87aabsr81"]
|
||||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://dkve87aabsr81"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dkr3oes2jk8ar" path="res://assets/textures/tile_coin.png" id="1_5v71j"]
|
||||
|
||||
@@ -6,5 +6,4 @@
|
||||
resource_name = "boost"
|
||||
transparency = 1
|
||||
cull_mode = 2
|
||||
albedo_color = Color(0.91, 0.91, 0.91, 0.45098)
|
||||
albedo_texture = ExtResource("1_5v71j")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://47fnj6ims3ro"]
|
||||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://47fnj6ims3ro"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cdnxwlysxnujd" path="res://assets/textures/tile_heart.png" id="1_mmk6n"]
|
||||
|
||||
@@ -6,5 +6,4 @@
|
||||
resource_name = "boost"
|
||||
transparency = 1
|
||||
cull_mode = 2
|
||||
albedo_color = Color(0.91, 0.91, 0.91, 0.45098)
|
||||
albedo_texture = ExtResource("1_mmk6n")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://r3o6mc6xbon"]
|
||||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://r3o6mc6xbon"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ho2ba1pl835k" path="res://assets/textures/tile_star.png" id="1_l62is"]
|
||||
|
||||
@@ -6,5 +6,4 @@
|
||||
resource_name = "boost"
|
||||
transparency = 1
|
||||
cull_mode = 2
|
||||
albedo_color = Color(0.91, 0.91, 0.91, 0.45098)
|
||||
albedo_texture = ExtResource("1_l62is")
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
[gd_resource type="ArrayMesh" format=4 uid="uid://b5ta7tcw0iscd"]
|
||||
|
||||
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_po712"]
|
||||
load_path = "res://.godot/imported/tile_coin.png-07bdc9862d055beeb72a967a0094a5c7.s3tc.ctex"
|
||||
[ext_resource type="Texture2D" uid="uid://dkr3oes2jk8ar" path="res://assets/textures/tile_coin.png" id="1_coin_tex"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_7ya48"]
|
||||
resource_name = "boost"
|
||||
transparency = 1
|
||||
cull_mode = 2
|
||||
albedo_texture = SubResource("CompressedTexture2D_po712")
|
||||
albedo_texture = ExtResource("1_coin_tex")
|
||||
|
||||
[resource]
|
||||
resource_name = "tile_diamond"
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
[gd_resource type="ArrayMesh" format=4 uid="uid://36tgon3b60db"]
|
||||
|
||||
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_5d0gc"]
|
||||
load_path = "res://.godot/imported/tile_heart.png-deeef50755ca225f028608dfd16900e6.s3tc.ctex"
|
||||
[ext_resource type="Texture2D" uid="uid://cdnxwlysxnujd" path="res://assets/textures/tile_heart.png" id="1_heart_tex"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_uxput"]
|
||||
resource_name = "boost"
|
||||
transparency = 1
|
||||
cull_mode = 2
|
||||
albedo_color = Color(0.91, 0.91, 0.91, 0.45098)
|
||||
albedo_texture = SubResource("CompressedTexture2D_5d0gc")
|
||||
albedo_texture = ExtResource("1_heart_tex")
|
||||
|
||||
[sub_resource type="ArrayMesh" id="ArrayMesh_r2l4m"]
|
||||
_surfaces = [{
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
[gd_resource type="CompressedTexture2D" format=3 uid="uid://b41afev4wfdrf"]
|
||||
[gd_resource type="Texture" format=3 uid="uid://b41afev4wfdrf"]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://assets/textures/player_board_and_blue_print/tiles_slot.png" id="1"]
|
||||
|
||||
[resource]
|
||||
load_path = "res://.godot/imported/tiles_slot.png-e539385cf7c9354d657e81e23ace6c2b.s3tc.ctex"
|
||||
load_path = "res://assets/textures/player_board_and_blue_print/tiles_slot.png"
|
||||
|
||||
Reference in New Issue
Block a user