slimecing

a fighting game featuring slimes and swords
Log | Files | Refs | README

SimpleControls.inputactions (5011B)


      1 {
      2     "name": "SimpleControls",
      3     "maps": [
      4         {
      5             "name": "gameplay",
      6             "id": "265c38f5-dd18-4d34-b198-aec58e1627ff",
      7             "actions": [
      8                 {
      9                     "name": "fire",
     10                     "type": "Button",
     11                     "id": "1077f913-a9f9-41b1-acb3-b9ee0adbc744",
     12                     "expectedControlType": "Button",
     13                     "processors": "",
     14                     "interactions": "Tap,SlowTap"
     15                 },
     16                 {
     17                     "name": "move",
     18                     "type": "Value",
     19                     "id": "50fd2809-3aa3-4a90-988e-1facf6773553",
     20                     "expectedControlType": "Vector2",
     21                     "processors": "",
     22                     "interactions": ""
     23                 },
     24                 {
     25                     "name": "look",
     26                     "type": "Value",
     27                     "id": "c60e0974-d140-4597-a40e-9862193067e9",
     28                     "expectedControlType": "Vector2",
     29                     "processors": "",
     30                     "interactions": ""
     31                 }
     32             ],
     33             "bindings": [
     34                 {
     35                     "name": "",
     36                     "id": "abb776f3-f329-4f7b-bbf8-b577d13be018",
     37                     "path": "*/{PrimaryAction}",
     38                     "interactions": "",
     39                     "processors": "",
     40                     "groups": "",
     41                     "action": "fire",
     42                     "isComposite": false,
     43                     "isPartOfComposite": false
     44                 },
     45                 {
     46                     "name": "",
     47                     "id": "e1b8c4dd-7b3a-4db6-a93a-0889b59b1afc",
     48                     "path": "<Gamepad>/leftStick",
     49                     "interactions": "",
     50                     "processors": "",
     51                     "groups": "",
     52                     "action": "move",
     53                     "isComposite": false,
     54                     "isPartOfComposite": false
     55                 },
     56                 {
     57                     "name": "Dpad",
     58                     "id": "cefc16fc-557a-44b0-939f-2ad792876b07",
     59                     "path": "Dpad",
     60                     "interactions": "",
     61                     "processors": "",
     62                     "groups": "",
     63                     "action": "move",
     64                     "isComposite": true,
     65                     "isPartOfComposite": false
     66                 },
     67                 {
     68                     "name": "up",
     69                     "id": "07244659-79df-461d-b329-defbe2fbc5f6",
     70                     "path": "<Keyboard>/w",
     71                     "interactions": "",
     72                     "processors": "",
     73                     "groups": "",
     74                     "action": "move",
     75                     "isComposite": false,
     76                     "isPartOfComposite": true
     77                 },
     78                 {
     79                     "name": "down",
     80                     "id": "f0ec75cb-f02c-40d2-a33f-1fd6eab2ae0b",
     81                     "path": "<Keyboard>/s",
     82                     "interactions": "",
     83                     "processors": "",
     84                     "groups": "",
     85                     "action": "move",
     86                     "isComposite": false,
     87                     "isPartOfComposite": true
     88                 },
     89                 {
     90                     "name": "left",
     91                     "id": "21fe6bfe-4721-4483-9f4a-a0031ade105c",
     92                     "path": "<Keyboard>/a",
     93                     "interactions": "",
     94                     "processors": "",
     95                     "groups": "",
     96                     "action": "move",
     97                     "isComposite": false,
     98                     "isPartOfComposite": true
     99                 },
    100                 {
    101                     "name": "right",
    102                     "id": "2dd39746-c75c-4a11-838a-e59eacaf4e0b",
    103                     "path": "<Keyboard>/d",
    104                     "interactions": "",
    105                     "processors": "",
    106                     "groups": "",
    107                     "action": "move",
    108                     "isComposite": false,
    109                     "isPartOfComposite": true
    110                 },
    111                 {
    112                     "name": "",
    113                     "id": "c106d6e6-2780-47ff-b318-396171bd54cc",
    114                     "path": "<Gamepad>/rightStick",
    115                     "interactions": "",
    116                     "processors": "",
    117                     "groups": "",
    118                     "action": "look",
    119                     "isComposite": false,
    120                     "isPartOfComposite": false
    121                 },
    122                 {
    123                     "name": "",
    124                     "id": "578caa03-6827-4797-adfc-a59770c437fe",
    125                     "path": "<Pointer>/delta",
    126                     "interactions": "",
    127                     "processors": "ScaleVector2(x=2,y=2)",
    128                     "groups": "",
    129                     "action": "look",
    130                     "isComposite": false,
    131                     "isPartOfComposite": false
    132                 }
    133             ]
    134         }
    135     ],
    136     "controlSchemes": []
    137 }