SC3k-style Ordinances
This wound up being a bigger commit than I had initially planned. - New SC3k-style policies based on the advisor code. - Added license file to Font Awesome folder. - Refactored the advisor code so it can handle multiple files. - Updated icons. Should be more consistent now. - Replaced Sims with Animals in ticker text. - Moved dialogs to windows directory.
|
@ -2,7 +2,7 @@
|
|||
|
||||

|
||||
|
||||
City Limits is a re-imagining of SimCity Classic that contains features and concepts from later games. Such as advisors, free zones, news tickers, neighboring cities, and so on. Though it shares a lot of core gameplay and style, it's not compatible with Micropolis.
|
||||
City Limits is a re-imagining of SimCity Classic using
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
@ -14,7 +14,7 @@ City Limits is a re-imagining of SimCity Classic that contains features and conc
|
|||
|
||||
- **Tony Bark** - _Initial work_ - [tonytins](https://github.com/tonytins)
|
||||
- **Maxis** - _Assets_ - [SimHacker](https://github.com/SimHacker/)
|
||||
- **Font Awesome** - *Icons* - [FontAwesome.com](https://fontawesome.com/)
|
||||
- **Font Awesome** - *Icons* - [FortAwesome](https://github.com/FortAwesome)
|
||||
|
||||
See also the list of [contributors](https://github.com/tonytins/citylimits/contributors) who participated in this project.
|
||||
|
||||
|
|
11
dialog/policies/cityplanner_analysis.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"1": {
|
||||
"text": "Ut luctus tristique dui ac sagittis. Duis at turpis aliquam felis vestibulum vulputate at nec nisl. Curabitur dolor orci, facilisis eu interdum ac, maximus ut est. Aliquam erat volutpat. Nam mollis interdum nisi, non luctus massa pharetra sed. Maecenas vestibulum dapibus erat, sit amet semper risus. Suspendisse mollis tincidunt tempor. Quisque id porttitor risus, varius dictum odio. Quisque congue, lorem mollis efficitur imperdiet, lorem sem tincidunt turpis, at sodales magna ex sit amet diam. Mauris vehicula diam ante, in accumsan erat imperdiet et."
|
||||
},
|
||||
"2": {
|
||||
"text": "Fusce feugiat, dui sed feugiat feugiat, magna augue fermentum arcu, eget elementum ex dui lobortis mi. Nam tincidunt nunc a neque dapibus sollicitudin. Maecenas pellentesque magna sit amet quam luctus feugiat. Morbi id aliquam odio. Nullam ullamcorper risus nulla, nec mattis neque condimentum ac. Nunc hendrerit tellus ante. Phasellus imperdiet sit amet dolor ut ornare. Maecenas dapibus lectus eu lacinia ultricies. Ut id quam euismod, laoreet tortor quis, scelerisque orci. Praesent ornare tempus leo, sed egestas massa laoreet eget. Vivamus sagittis est ac condimentum fringilla. Nullam blandit rutrum quam non ullamcorper. Sed eget ex mattis, maximus massa at, pretium nisi."
|
||||
},
|
||||
"3": {
|
||||
"text": "Fusce feugiat, dui sed feugiat feugiat, magna augue fermentum arcu, eget elementum ex dui lobortis mi. Nam tincidunt nunc a neque dapibus sollicitudin. Maecenas pellentesque magna sit amet quam luctus feugiat. Morbi id aliquam odio. Nullam ullamcorper risus nulla, nec mattis neque condimentum ac. Nunc hendrerit tellus ante. Phasellus imperdiet sit amet dolor ut ornare. Maecenas dapibus lectus eu lacinia ultricies. Ut id quam euismod, laoreet tortor quis, scelerisque orci. Praesent ornare tempus leo, sed egestas massa laoreet eget. Vivamus sagittis est ac condimentum fringilla. Nullam blandit rutrum quam non ullamcorper. Sed eget ex mattis, maximus massa at, pretium nisi."
|
||||
}
|
||||
}
|
14
dialog/policies/policies.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"1": {
|
||||
"name": "Industry for a better Tomorrow",
|
||||
"text": "Ut luctus tristique dui ac sagittis. Duis at turpis aliquam felis vestibulum vulputate at nec nisl. Curabitur dolor orci, facilisis eu interdum ac, maximus ut est. Aliquam erat volutpat. Nam mollis interdum nisi, non luctus massa pharetra sed. Maecenas vestibulum dapibus erat, sit amet semper risus. Suspendisse mollis tincidunt tempor. Quisque id porttitor risus, varius dictum odio. Quisque congue, lorem mollis efficitur imperdiet, lorem sem tincidunt turpis, at sodales magna ex sit amet diam. Mauris vehicula diam ante, in accumsan erat imperdiet et."
|
||||
},
|
||||
"2": {
|
||||
"name": "Clean Air Act",
|
||||
"text": "Fusce feugiat, dui sed feugiat feugiat, magna augue fermentum arcu, eget elementum ex dui lobortis mi. Nam tincidunt nunc a neque dapibus sollicitudin. Maecenas pellentesque magna sit amet quam luctus feugiat. Morbi id aliquam odio. Nullam ullamcorper risus nulla, nec mattis neque condimentum ac. Nunc hendrerit tellus ante. Phasellus imperdiet sit amet dolor ut ornare. Maecenas dapibus lectus eu lacinia ultricies. Ut id quam euismod, laoreet tortor quis, scelerisque orci. Praesent ornare tempus leo, sed egestas massa laoreet eget. Vivamus sagittis est ac condimentum fringilla. Nullam blandit rutrum quam non ullamcorper. Sed eget ex mattis, maximus massa at, pretium nisi."
|
||||
},
|
||||
"3": {
|
||||
"name": "Tire Recylcing Proposed",
|
||||
"text": "Mayor [name], used tires a big are a big problem. They waste land space or accumlate in piles that, if ignited, pollute our air. Do you know that tires could be recycled and used in paving material? It can even reduce the cost of building roads. [city] would greatly benefit from having a tire recylcing program.\nWe could set the sheels in motion today, if you agree to enact the Tire Recylcing Program."
|
||||
}
|
||||
}
|
|
@ -124,5 +124,35 @@
|
|||
},
|
||||
"52": {
|
||||
"text": "From The Desk Of Wise Guy Sammy: You Can't Outwait A Bureaucracy."
|
||||
},
|
||||
"53": {
|
||||
"text": "Mr. Fluffy’s Futures Rise in the Wake of Kitty Kibble Shortage Rumors."
|
||||
},
|
||||
"54": {
|
||||
"text": "[species] Discovers Picayune Newspaper in Trash."
|
||||
},
|
||||
"55": {
|
||||
"text": "Local [species] Bill Flopsby Heads County Commission On Snuggles And Hugs."
|
||||
},
|
||||
"56": {
|
||||
"text": "[species] Offers To Let City Bus Run Him Over For Lifetime Salad Bar Privileges."
|
||||
},
|
||||
"57": {
|
||||
"text": "School Field Trip To Museum Sparks Interest In Local History."
|
||||
},
|
||||
"58": {
|
||||
"text": "Survey: 80% Of Animals Hang Up On Telephone Solicitors."
|
||||
},
|
||||
"59": {
|
||||
"text": "Animals Everywhere Agree: The Egg Came First, But Only After The Chicken."
|
||||
},
|
||||
"60": {
|
||||
"text": "Today's Forecast: Sunny, High 70's, Winds From The East."
|
||||
},
|
||||
"61": {
|
||||
"text": "Bus Misses Turn, Dozens Late For Work."
|
||||
},
|
||||
"62": {
|
||||
"text": "."
|
||||
}
|
||||
}
|
1
docs/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# City Limits
|
|
@ -41,28 +41,24 @@ ui_left={
|
|||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"unicode":0,"echo":false,"script":null)
|
||||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
|
||||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
ui_right={
|
||||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"unicode":0,"echo":false,"script":null)
|
||||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null)
|
||||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
ui_up={
|
||||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"unicode":0,"echo":false,"script":null)
|
||||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
|
||||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
ui_down={
|
||||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"unicode":0,"echo":false,"script":null)
|
||||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
|
||||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
ui_cheats={
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
50 Car Pile-Up Results In New City Sculpture
|
||||
9 Out Of 10 Sims Prefer Cranberry Jelly Over Preserves
|
||||
9 Out Of 10 Animals Prefer Cranberry Jelly Over Preserves
|
||||
After 36 Years Of Marriage, Man Discovers Wife Is Actually A Rare Yucca Plant
|
||||
All Raccoons Cheat At Poker, Animal Researchers Say
|
||||
Ancient Meteorite Revealed To Be Burnt Burger
|
||||
|
@ -19,7 +19,7 @@ Broccoli Pops Cereal Not As Popular As Presumed
|
|||
Broccoli Tops For Moms, Last For Kids; Dads Indifferent
|
||||
Building Turned Into Aviary After Birds Stick To New Paint
|
||||
Bus Misses Turn, Dozens Late For Work
|
||||
Cab Fares In ''city name'' To Increase; Sims Brace For Worst
|
||||
Cab Fares In [city] To Increase; Animals Brace For Worst
|
||||
Cable Disruption Blamed For Rising Birthrates
|
||||
Cat Burglar Spotted, Mistaken For Dalmatian
|
||||
Cat Hijacks Municipal Bus; Riders Applaud Good Timing At Stops And Courteous Meows
|
||||
|
@ -89,7 +89,7 @@ Here Comes The Sun
|
|||
House Made Entirely Of Broccoli Built In [city] [mayor]; Furniture Made Of Wheat Germ
|
||||
Humming Show Tunes Sure Sign Of Poor Motor Skills, Researchers Declare
|
||||
I Was Framed, Jokes Local Artist
|
||||
\"I'm Just A Sim, Sim, Simple Guy\" Rises To Top Of Charts
|
||||
\"I'm Just A [species], [species], Simple Guy\" Rises To Top Of Charts
|
||||
If Tin Whistles Are Made Of Tin, What Do They Make Foghorns Out Of?
|
||||
Information Shown Here Frequently Absurd, Poll Indicates
|
||||
Lady's Knitting Circle Raises Cash For Homeless
|
||||
|
@ -99,21 +99,21 @@ Local Kindergartners Prefer Oi Brand Paste; Claim It Just Tastes Better
|
|||
Local Mustard Magnate Marries Daughter Of Dill Pickle Mogul
|
||||
Local Politicians Take Both Sides Of Issues, Little Accomplished
|
||||
Local Scientists Conclude: Kitties Like Fish, Dogs Less Picky
|
||||
Local Sim Bill Flopsby Heads County Commission On Snuggles And Hugs
|
||||
Local Sim Discovers Just Who Wrote Book Of Love
|
||||
Local Sim Mentioned In Out Of Town Newspaper; Starts Scrapbook
|
||||
Local [species] Bill Flopsby Heads County Commission On Snuggles And Hugs
|
||||
Local [species] Discovers Just Who Wrote Book Of Love
|
||||
Local [species] Mentioned In Out Of Town Newspaper; Starts Scrapbook
|
||||
Lou Turns Away Every Person Who Skips To Her; \"They Have No Rhythm,\" She Says
|
||||
Lunar Eclipse Obscured By Clouds
|
||||
Lying Found To Be Effective Calorie Reducer
|
||||
Man Caught Shoplifting Spatulas; Thousands Of Flippers Found In Bedroom
|
||||
Man Discovers Neighbor Completely Enclosed In Mailbox; Returns Him For Postage
|
||||
Man Survives Wintry Night Adhered To Bus Bench By Chewing Gum
|
||||
Marathon! Sims Hit The Ground Running
|
||||
Marathon! Animals Hit The Ground Running
|
||||
Mediums Agree Blue-Striped Socks No More Lucky Than Clovers Or Pennies
|
||||
Middle Age A Hoax, Declares Study; Turns Out To Be Bad Posture After All
|
||||
Miracle Lint Remover Based On Broccoli Juice Sweeps Market
|
||||
Molasses Truck Springs Leak; Sweetest Accident In Long Time
|
||||
Most Sims Ignore Tickers, Study Reveals
|
||||
Most Animals Ignore Tickers, Study Reveals
|
||||
Mrs. SimLeary Gets Prize Cow
|
||||
Mysterious Loud Rumbling Noises In [city] name Found To Be Mysterious Loud Rumblings
|
||||
Never Feed Broccoli To Your Dog, No Matter How Much He Begs
|
||||
|
@ -136,39 +136,39 @@ School Field Trip To Museum Sparks Interest In Local History
|
|||
Scientists Assert That Swearing Is Source Of Bad Breath
|
||||
Semicolon Declared Sexier Than Comma At Grammarian's Fete
|
||||
Shopping After Hours Source Of Purchase Embarrassment Says Survey
|
||||
Sim Offers To Let City Bus Run Him Over For Lifetime Salad Bar Privileges
|
||||
Sim Scientist Discovers Gravity While Falling Down Stairs
|
||||
[species] Offers To Let City Bus Run Him Over For Lifetime Salad Bar Privileges
|
||||
[species] Scientist Discovers Gravity While Falling Down Stairs
|
||||
SimFirefighters Wanted: Apply At Your Local Fire Station
|
||||
SimNation Report: Criminals Demand Cell Phones
|
||||
SimNation To Host Energy Symposium
|
||||
SimPolice Officers Wanted: Apply At Your Local Police Precinct
|
||||
SimScientist Discovers Abacus Can Be Used To Dry Towels
|
||||
SimScientist Discovers New Dry Cleaning Method Using Sparklers
|
||||
SimSurvey Reports Rise in Vegetarian Sims
|
||||
SimSurvey: \"Cheese Louise\" Voted Best Pizza Restaurant In [city] [mayor]
|
||||
SimSurvey: 3 Out Of 5 Sims Loathe Modern Art
|
||||
SimSurvey: 4 Out Of 5 Sims Prefer Hard Cheese To Brie
|
||||
SimSurvey: 4 Out Of 5 Sims Surveyed Find Surveys Satisfactory
|
||||
SimSurvey: 50% Of Sims Say YES
|
||||
SimSurvey: 80% Of Sims Hang Up On Telephone Solicitors
|
||||
SimSurvey: 80% Of Sims Love Clog-Dancing
|
||||
SimSurvey: Sims Sleep Seven Hours
|
||||
Sims Everywhere Agree: A Sound Financial Future Begins With Inheriting Lots Of Money
|
||||
Sims Everywhere Agree: All Sales Are Final
|
||||
Sims Everywhere Agree: Brush Before, After, And Between Meals
|
||||
Sims Everywhere Agree: For The Best In News Ticker Entertainment, The Picayune Can't Be Beat
|
||||
Sims Everywhere Agree: Frequent Saving Prevents File Loss
|
||||
Sims Everywhere Agree: Good Grooming Is Essential To Success
|
||||
Sims Everywhere Agree: History Laughs At Many People Who Deserved To Be Laughed At
|
||||
Sims Everywhere Agree: If You Throw A Stone, It Will Hit Something
|
||||
Sims Everywhere Agree: It's Not What You Make, It's What You Keep
|
||||
Sims Everywhere Agree: Past Performance Does Not Guarantee Future Returns
|
||||
Sims Everywhere Agree: Purring Kitties Are Happy Kitties
|
||||
Sims Everywhere Agree: The Egg Came First, But Only After The Chicken
|
||||
Sims Everywhere Agree: Vote Early, Vote Often
|
||||
Sims Everywhere Agree: Your Actual Costs May Vary
|
||||
Sims Flock To Grand Opening Of Betty's Bird Boutique
|
||||
Sims Report Widespread SimAnt Problem
|
||||
Nethington Report: Criminals Demand Cell Phones
|
||||
Nethington To Host Energy Symposium
|
||||
Police Officers Wanted: Apply At Your Local Police Precinct
|
||||
Scientist Discovers Abacus Can Be Used To Dry Towels
|
||||
Scientist Discovers New Dry Cleaning Method Using Sparklers
|
||||
Survey Reports Rise in Vegetarian Animals
|
||||
Survey: \"Cheese Louise\" Voted Best Pizza Restaurant In [city] [mayor]
|
||||
Survey: 3 Out Of 5 Animals Loathe Modern Art
|
||||
Survey: 4 Out Of 5 Animals Prefer Hard Cheese To Brie
|
||||
Survey: 4 Out Of 5 Animals Surveyed Find Surveys Satisfactory
|
||||
Survey: 50% Of Animals Say YES
|
||||
Survey: 80% Of Animals Hang Up On Telephone Solicitors
|
||||
Survey: 80% Of Animals Love Clog-Dancing
|
||||
Survey: Animals Sleep Seven Hours
|
||||
Animals Everywhere Agree: A Sound Financial Future Begins With Inheriting Lots Of Money
|
||||
Animals Everywhere Agree: All Sales Are Final
|
||||
Animals Everywhere Agree: Brush Before, After, And Between Meals
|
||||
Animals Everywhere Agree: For The Best In News Ticker Entertainment, The Picayune Can't Be Beat
|
||||
Animals Everywhere Agree: Frequent Saving Prevents File Loss
|
||||
Animals Everywhere Agree: Good Grooming Is Essential To Success
|
||||
Animals Everywhere Agree: History Laughs At Many People Who Deserved To Be Laughed At
|
||||
Animals Everywhere Agree: If You Throw A Stone, It Will Hit Something
|
||||
Animals Everywhere Agree: It's Not What You Make, It's What You Keep
|
||||
Animals Everywhere Agree: Past Performance Does Not Guarantee Future Returns
|
||||
Animals Everywhere Agree: Purring Kitties Are Happy Kitties
|
||||
Animals Everywhere Agree: The Egg Came First, But Only After The Chicken
|
||||
Animals Everywhere Agree: Vote Early, Vote Often
|
||||
Animals Everywhere Agree: Your Actual Costs May Vary
|
||||
Animals Flock To Grand Opening Of Betty's Bird Boutique
|
||||
Animals Report Widespread SimAnt Problem
|
||||
Skirmish At Writer's Workshop, Speaker Used Fighting Words
|
||||
Some Destruction, But Not Too Much, In Practical Joke Derby
|
||||
Spotted Owl Spotted
|
||||
|
@ -176,7 +176,7 @@ Stand Up And Cheer If You Like SimCity
|
|||
Staring At Football-Shaped Bladders Good For Concentration, Researchers Proclaim
|
||||
Staring At Lapping Ocean Waves Makes You More Assertive During Lunch
|
||||
State Governor Found To Be Mule; \"His Clothes Always Fit Funny,\" Says Aide
|
||||
Studies Show Most Sims Mispronounce \"Zsdersw\"
|
||||
Studies Show Most Animals Mispronounce \"Zsdersw\"
|
||||
Study Demonstrates That Singing In The Shower Makes Teeth Crooked
|
||||
Survey Shows Less Is More, More Or Less
|
||||
Swamp Gas Verified To Be Exhalations Of Stars--Movie Stars--Long Passed
|
||||
|
@ -229,7 +229,7 @@ Is Kitty Kibble Shortage Real? Authorities Say Rumors Unfounded
|
|||
Unlicensed Kitty Kibble Factory Fuels Rumors Of Shortage
|
||||
Enough Kitty Kibble For Twenty Years, Experts Agree
|
||||
Kitty Kibble Association Flooded With Letters: Where Is Kitty Kibble?
|
||||
Is Kitty Kibble Shortage A Hoax? Sims Search For Truth
|
||||
Is Kitty Kibble Shortage A Hoax? Animals Search For Truth
|
||||
Rumors Persist In Kitty Kibble Shortage; Unfounded Say Many
|
||||
Kitties Want Answers In Possible Kitty Kibble Shortage
|
||||
Kitties Say Not Enough Being Done In Kitty Kibble Shortage
|
||||
|
|
243
scenes/game.tscn
|
@ -1,13 +1,13 @@
|
|||
[gd_scene load_steps=40 format=2]
|
||||
[gd_scene load_steps=45 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/Map.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://sprites/symbols/population.svg" type="Texture" id=2]
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/population.svg" type="Texture" id=2]
|
||||
[ext_resource path="res://scripts/city_status.gd" type="Script" id=3]
|
||||
[ext_resource path="res://scenes/Advisor.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://scenes/windows/Advisor.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://sprites/ui/iccom.png" type="Texture" id=5]
|
||||
[ext_resource path="res://scenes/DebugConsole.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://sprites/symbols/graph.svg" type="Texture" id=7]
|
||||
[ext_resource path="res://sprites/symbols/calendar.svg" type="Texture" id=8]
|
||||
[ext_resource path="res://scenes/windows/DebugConsole.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/pie-chart.svg" type="Texture" id=7]
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/calendar.svg" type="Texture" id=8]
|
||||
[ext_resource path="res://sprites/ui/icres.png" type="Texture" id=9]
|
||||
[ext_resource path="res://sprites/ui/icreshi.png" type="Texture" id=10]
|
||||
[ext_resource path="res://sprites/ui/icfire.png" type="Texture" id=11]
|
||||
|
@ -20,7 +20,7 @@
|
|||
[ext_resource path="res://sprites/ui/iccoalhi.png" type="Texture" id=18]
|
||||
[ext_resource path="res://sprites/ui/iccoal.png" type="Texture" id=19]
|
||||
[ext_resource path="res://scripts/game.gd" type="Script" id=20]
|
||||
[ext_resource path="res://scenes/Meet.tscn" type="PackedScene" id=21]
|
||||
[ext_resource path="res://scenes/windows/Meet.tscn" type="PackedScene" id=21]
|
||||
[ext_resource path="res://sprites/ui/icparkhi.png" type="Texture" id=22]
|
||||
[ext_resource path="res://sprites/ui/icnuc.png" type="Texture" id=23]
|
||||
[ext_resource path="res://sprites/ui/icpark.png" type="Texture" id=24]
|
||||
|
@ -31,21 +31,29 @@
|
|||
[ext_resource path="res://sprites/ui/icpolhi.png" type="Texture" id=29]
|
||||
[ext_resource path="res://sprites/ui/iccomhi.png" type="Texture" id=30]
|
||||
[ext_resource path="res://sprites/ui/icdozrhi.png" type="Texture" id=31]
|
||||
[ext_resource path="res://scenes/TaxWindow.tscn" type="PackedScene" id=32]
|
||||
[ext_resource path="res://scenes/windows/TaxWindow.tscn" type="PackedScene" id=32]
|
||||
[ext_resource path="res://sprites/ui/icfirehi.png" type="Texture" id=33]
|
||||
[ext_resource path="res://scenes/Credits.tscn" type="PackedScene" id=34]
|
||||
[ext_resource path="res://scenes/windows/Credits.tscn" type="PackedScene" id=34]
|
||||
[ext_resource path="res://scripts/ticker.gd" type="Script" id=35]
|
||||
[ext_resource path="res://sprites/symbols/building.svg" type="Texture" id=36]
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/city.svg" type="Texture" id=36]
|
||||
[ext_resource path="res://scripts/windows.gd" type="Script" id=37]
|
||||
[ext_resource path="res://sprites/symbols/meet.svg" type="Texture" id=38]
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/envelope.svg" type="Texture" id=38]
|
||||
[ext_resource path="res://sprites/ui/pause.svg" type="Texture" id=39]
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/slow.svg" type="Texture" id=40]
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/fast.svg" type="Texture" id=41]
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/coins.svg" type="Texture" id=42]
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/cogs.svg" type="Texture" id=43]
|
||||
[ext_resource path="res://scenes/windows/Ordinance.tscn" type="PackedScene" id=44]
|
||||
|
||||
[node name="Game" type="Node2D"]
|
||||
script = ExtResource( 20 )
|
||||
|
||||
[node name="Quarters" type="Timer" parent="."]
|
||||
wait_time = 150.0
|
||||
[node name="DayCycle" type="Timer" parent="."]
|
||||
wait_time = 12.0
|
||||
autostart = true
|
||||
__meta__ = {
|
||||
"_editor_description_": "Calculation based on: https://gaming.stackexchange.com/questions/110529/real-world-time-in-a-simcity-day-on-various-speeds"
|
||||
}
|
||||
|
||||
[node name="RotateNews" type="Timer" parent="."]
|
||||
wait_time = 6.0
|
||||
|
@ -58,18 +66,17 @@ autostart = true
|
|||
[node name="Windows" type="Control" parent="Controls"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_right = -81.0
|
||||
margin_bottom = -54.0
|
||||
script = ExtResource( 37 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Console" parent="Controls/Windows" instance=ExtResource( 6 )]
|
||||
anchor_left = 0.594727
|
||||
anchor_top = 0.05
|
||||
anchor_right = 0.985352
|
||||
anchor_bottom = 0.3
|
||||
anchor_left = 0.52391
|
||||
anchor_top = 0.0691609
|
||||
anchor_right = 0.918441
|
||||
anchor_bottom = 0.320828
|
||||
rect_min_size = Vector2( 400, 150 )
|
||||
resizable = true
|
||||
|
||||
|
@ -110,10 +117,10 @@ __meta__ = {
|
|||
}
|
||||
|
||||
[node name="VertCtr" type="VBoxContainer" parent="Controls/Windows/ToolsWindow/CenterCtr"]
|
||||
margin_left = 4.0
|
||||
margin_top = 14.0
|
||||
margin_right = 184.0
|
||||
margin_bottom = 186.0
|
||||
margin_left = 12.0
|
||||
margin_top = 24.0
|
||||
margin_right = 192.0
|
||||
margin_bottom = 196.0
|
||||
|
||||
[node name="LargeCtr" type="HBoxContainer" parent="Controls/Windows/ToolsWindow/CenterCtr/VertCtr"]
|
||||
margin_right = 180.0
|
||||
|
@ -229,7 +236,6 @@ texture_normal = ExtResource( 13 )
|
|||
texture_pressed = ExtResource( 12 )
|
||||
|
||||
[node name="Credits" parent="Controls/Windows" instance=ExtResource( 34 )]
|
||||
visible = false
|
||||
|
||||
[node name="PauseIndicator" type="TextureRect" parent="Controls/Windows"]
|
||||
visible = false
|
||||
|
@ -242,133 +248,138 @@ __meta__ = {
|
|||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Ordinance" parent="Controls/Windows" instance=ExtResource( 44 )]
|
||||
|
||||
[node name="Menu" type="Panel" parent="Controls"]
|
||||
anchor_left = 0.919922
|
||||
anchor_top = -0.02
|
||||
anchor_left = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 0.963333
|
||||
anchor_bottom = 1.0
|
||||
margin_left = -57.0
|
||||
margin_top = -18.0
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": true
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="ButtonCtr" type="VBoxContainer" parent="Controls/Menu"]
|
||||
anchor_top = 0.0491526
|
||||
anchor_top = 0.0420712
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 0.772882
|
||||
margin_right = 7.62939e-06
|
||||
anchor_bottom = 1.0
|
||||
custom_constants/separation = 5
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="TaxBtn" type="Button" parent="Controls/Menu/ButtonCtr"]
|
||||
margin_left = 9.0
|
||||
margin_right = 71.0
|
||||
margin_bottom = 56.0
|
||||
margin_left = 7.0
|
||||
margin_right = 49.0
|
||||
margin_bottom = 36.0
|
||||
hint_tooltip = "RCI"
|
||||
size_flags_horizontal = 4
|
||||
icon = ExtResource( 7 )
|
||||
|
||||
[node name="ToolsBtn" type="Button" parent="Controls/Menu/ButtonCtr"]
|
||||
margin_left = 13.0
|
||||
margin_top = 60.0
|
||||
margin_right = 68.0
|
||||
margin_bottom = 121.0
|
||||
margin_left = 7.0
|
||||
margin_top = 41.0
|
||||
margin_right = 49.0
|
||||
margin_bottom = 72.0
|
||||
hint_tooltip = "Tools"
|
||||
size_flags_horizontal = 4
|
||||
icon = ExtResource( 36 )
|
||||
|
||||
[node name="AdvsiorBtn" type="Button" parent="Controls/Menu/ButtonCtr"]
|
||||
margin_left = 10.0
|
||||
margin_top = 125.0
|
||||
margin_right = 71.0
|
||||
margin_bottom = 171.0
|
||||
margin_left = 7.0
|
||||
margin_top = 77.0
|
||||
margin_right = 49.0
|
||||
margin_bottom = 103.0
|
||||
hint_tooltip = "Meet"
|
||||
size_flags_horizontal = 4
|
||||
icon = ExtResource( 38 )
|
||||
|
||||
[node name="SettingsBtn" type="Button" parent="Controls/Menu/ButtonCtr"]
|
||||
margin_left = 7.0
|
||||
margin_top = 108.0
|
||||
margin_right = 49.0
|
||||
margin_bottom = 140.0
|
||||
hint_tooltip = "Meet"
|
||||
size_flags_horizontal = 4
|
||||
icon = ExtResource( 43 )
|
||||
|
||||
[node name="Status" type="Panel" parent="Controls"]
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_left = -0.0126953
|
||||
anchor_top = 0.908333
|
||||
anchor_right = 1.01953
|
||||
anchor_bottom = 1.0
|
||||
margin_top = -55.0
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": false
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="StatCtr" type="HBoxContainer" parent="Controls/Status"]
|
||||
anchor_left = 0.00585938
|
||||
anchor_top = 0.545455
|
||||
anchor_right = 0.853516
|
||||
anchor_bottom = 1.0
|
||||
anchor_left = 0.0302744
|
||||
anchor_top = 0.527271
|
||||
anchor_right = 0.808894
|
||||
anchor_bottom = 0.981815
|
||||
margin_bottom = -3.8147e-06
|
||||
custom_constants/separation = 65
|
||||
custom_constants/separation = 50
|
||||
alignment = 1
|
||||
script = ExtResource( 3 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="CityNameLbl" type="Label" parent="Controls/Status/StatCtr"]
|
||||
margin_left = 154.0
|
||||
margin_left = 237.0
|
||||
margin_top = 5.0
|
||||
margin_right = 220.0
|
||||
margin_right = 303.0
|
||||
margin_bottom = 19.0
|
||||
text = "City Name"
|
||||
|
||||
[node name="CityYearSep" type="VSeparator" parent="Controls/Status/StatCtr"]
|
||||
margin_left = 285.0
|
||||
margin_right = 289.0
|
||||
margin_bottom = 24.0
|
||||
|
||||
[node name="YearCtr" type="HBoxContainer" parent="Controls/Status/StatCtr"]
|
||||
margin_left = 354.0
|
||||
margin_right = 404.0
|
||||
margin_bottom = 24.0
|
||||
margin_left = 353.0
|
||||
margin_right = 433.0
|
||||
margin_bottom = 25.0
|
||||
|
||||
[node name="CalIcon" type="TextureRect" parent="Controls/Status/StatCtr/YearCtr"]
|
||||
margin_right = 14.0
|
||||
margin_bottom = 24.0
|
||||
margin_right = 10.0
|
||||
margin_bottom = 25.0
|
||||
texture = ExtResource( 8 )
|
||||
stretch_mode = 4
|
||||
|
||||
[node name="YearLbl" type="Label" parent="Controls/Status/StatCtr/YearCtr"]
|
||||
[node name="CalendarLbl" type="Label" parent="Controls/Status/StatCtr/YearCtr"]
|
||||
margin_left = 14.0
|
||||
margin_top = 5.0
|
||||
margin_right = 80.0
|
||||
margin_bottom = 19.0
|
||||
text = "1/1/12000"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="BudgetCtr" type="HBoxContainer" parent="Controls/Status/StatCtr"]
|
||||
margin_left = 483.0
|
||||
margin_right = 509.0
|
||||
margin_bottom = 25.0
|
||||
|
||||
[node name="CoinsIcon" type="TextureRect" parent="Controls/Status/StatCtr/BudgetCtr"]
|
||||
margin_right = 14.0
|
||||
margin_bottom = 25.0
|
||||
texture = ExtResource( 42 )
|
||||
stretch_mode = 4
|
||||
|
||||
[node name="BudgetLbl" type="Label" parent="Controls/Status/StatCtr/BudgetCtr"]
|
||||
margin_left = 18.0
|
||||
margin_top = 5.0
|
||||
margin_right = 50.0
|
||||
margin_right = 26.0
|
||||
margin_bottom = 19.0
|
||||
text = "1980"
|
||||
|
||||
[node name="YearBudgetSep" type="VSeparator" parent="Controls/Status/StatCtr"]
|
||||
margin_left = 469.0
|
||||
margin_right = 473.0
|
||||
margin_bottom = 24.0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="BudgetLbl" type="Label" parent="Controls/Status/StatCtr"]
|
||||
margin_left = 538.0
|
||||
margin_top = 5.0
|
||||
margin_right = 553.0
|
||||
margin_bottom = 19.0
|
||||
text = "§0"
|
||||
|
||||
[node name="BudgetPopSep" type="VSeparator" parent="Controls/Status/StatCtr"]
|
||||
margin_left = 618.0
|
||||
margin_right = 622.0
|
||||
margin_bottom = 24.0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
text = "0"
|
||||
|
||||
[node name="PopCtr" type="HBoxContainer" parent="Controls/Status/StatCtr"]
|
||||
margin_left = 687.0
|
||||
margin_right = 713.0
|
||||
margin_bottom = 24.0
|
||||
margin_left = 559.0
|
||||
margin_right = 585.0
|
||||
margin_bottom = 25.0
|
||||
|
||||
[node name="PopIcon" type="TextureRect" parent="Controls/Status/StatCtr/PopCtr"]
|
||||
margin_right = 14.0
|
||||
margin_bottom = 24.0
|
||||
margin_bottom = 25.0
|
||||
texture = ExtResource( 2 )
|
||||
stretch_mode = 4
|
||||
|
||||
|
@ -380,10 +391,10 @@ margin_bottom = 19.0
|
|||
text = "0"
|
||||
|
||||
[node name="TickerBg" type="ColorRect" parent="Controls/Status"]
|
||||
anchor_left = 0.00976562
|
||||
anchor_top = 0.0727273
|
||||
anchor_right = 0.854492
|
||||
anchor_bottom = 0.472727
|
||||
anchor_left = 0.0331126
|
||||
anchor_top = 0.0363635
|
||||
anchor_right = 0.808894
|
||||
anchor_bottom = 0.436362
|
||||
color = Color( 0, 0, 0, 1 )
|
||||
script = ExtResource( 35 )
|
||||
__meta__ = {
|
||||
|
@ -402,20 +413,38 @@ __meta__ = {
|
|||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="MiniMap" type="Panel" parent="Controls"]
|
||||
anchor_left = 0.853516
|
||||
anchor_top = 0.75
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
[node name="SpeedCtr" type="HBoxContainer" parent="Controls/Status"]
|
||||
anchor_left = 0.816463
|
||||
anchor_top = 0.181818
|
||||
anchor_right = 0.918639
|
||||
anchor_bottom = 0.818179
|
||||
alignment = 1
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[connection signal="timeout" from="Quarters" to="." method="_on_Quarters_timeout"]
|
||||
[node name="TurtleBtn" type="Button" parent="Controls/Status/SpeedCtr"]
|
||||
margin_left = 7.0
|
||||
margin_right = 48.0
|
||||
margin_bottom = 35.0
|
||||
hint_tooltip = "Slow"
|
||||
toggle_mode = true
|
||||
icon = ExtResource( 40 )
|
||||
|
||||
[node name="CheetaBtn" type="Button" parent="Controls/Status/SpeedCtr"]
|
||||
margin_left = 52.0
|
||||
margin_right = 99.0
|
||||
margin_bottom = 35.0
|
||||
hint_tooltip = "Fast"
|
||||
toggle_mode = true
|
||||
icon = ExtResource( 41 )
|
||||
|
||||
[connection signal="timeout" from="DayCycle" to="." method="_on_DayCycle_timeout"]
|
||||
[connection signal="timeout" from="RotateNews" to="Controls/Status/TickerBg" method="_on_RotateNews_timeout"]
|
||||
[connection signal="pressed" from="Controls/Windows/ToolsWindow/CenterCtr/VertCtr/LargeCtr/CoalBtn" to="Map" method="_on_CoalBtn_pressed"]
|
||||
[connection signal="pressed" from="Controls/Windows/ToolsWindow/CenterCtr/VertCtr/ZonesCtr/ResBtn" to="Map" method="_on_ResBtn_pressed"]
|
||||
[connection signal="pressed" from="Controls/Menu/ButtonCtr/TaxBtn" to="Controls/Windows" method="_on_TaxBtn_pressed"]
|
||||
[connection signal="pressed" from="Controls/Menu/ButtonCtr/ToolsBtn" to="Controls/Windows" method="_on_ToolsBtn_pressed"]
|
||||
[connection signal="pressed" from="Controls/Menu/ButtonCtr/AdvsiorBtn" to="Controls/Windows" method="_on_AdvsiorBtn_pressed"]
|
||||
[connection signal="toggled" from="Controls/Status/SpeedCtr/TurtleBtn" to="." method="_on_TurtleBtn_toggled"]
|
||||
[connection signal="toggled" from="Controls/Status/SpeedCtr/CheetaBtn" to="." method="_on_CheetaBtn_toggled"]
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[gd_scene format=2]
|
||||
|
||||
[node name="Credits" type="WindowDialog"]
|
||||
visible = true
|
||||
anchor_left = 0.394043
|
||||
anchor_top = 0.293333
|
||||
anchor_right = 0.605957
|
||||
|
@ -19,10 +18,10 @@ bbcode_text = "[center]
|
|||
Developed by
|
||||
Tony Bark
|
||||
|
||||
Assets by
|
||||
Sprites by
|
||||
Maxis
|
||||
|
||||
Interface Icons by
|
||||
Icons by
|
||||
Font Awesome
|
||||
|
||||
Powered by
|
||||
|
@ -35,10 +34,10 @@ text = "
|
|||
Developed by
|
||||
Tony Bark
|
||||
|
||||
Assets by
|
||||
Sprites by
|
||||
Maxis
|
||||
|
||||
Interface Icons by
|
||||
Icons by
|
||||
Font Awesome
|
||||
|
||||
Powered by
|
|
@ -28,6 +28,7 @@ anchor_bottom = 0.751553
|
|||
readonly = true
|
||||
wrap_enabled = true
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
|
@ -39,6 +40,7 @@ anchor_bottom = 0.950311
|
|||
caret_blink = true
|
||||
caret_blink_speed = 0.5
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
|
@ -50,6 +52,7 @@ anchor_bottom = 0.951903
|
|||
margin_top = 7.62939e-06
|
||||
text = "Submit"
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
|
@ -27,20 +27,20 @@ __meta__ = {
|
|||
}
|
||||
|
||||
[node name="CityPlannerBtn" type="TextureButton" parent="Advsiors"]
|
||||
margin_left = 100.0
|
||||
margin_right = 200.0
|
||||
margin_left = 47.0
|
||||
margin_right = 147.0
|
||||
margin_bottom = 100.0
|
||||
texture_normal = ExtResource( 1 )
|
||||
|
||||
[node name="FinanceBtn" type="TextureButton" parent="Advsiors"]
|
||||
margin_left = 204.0
|
||||
margin_right = 304.0
|
||||
margin_left = 151.0
|
||||
margin_right = 251.0
|
||||
margin_bottom = 100.0
|
||||
texture_normal = ExtResource( 2 )
|
||||
|
||||
[node name="TransportBtn" type="TextureButton" parent="Advsiors"]
|
||||
margin_left = 204.0
|
||||
margin_right = 304.0
|
||||
margin_left = 255.0
|
||||
margin_right = 355.0
|
||||
margin_bottom = 100.0
|
||||
texture_normal = ExtResource( 3 )
|
||||
|
||||
|
@ -49,7 +49,6 @@ anchor_left = 0.0148515
|
|||
anchor_top = 0.411552
|
||||
anchor_right = 0.987624
|
||||
anchor_bottom = 0.978339
|
||||
margin_top = -7.62939e-06
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": true
|
||||
}
|
127
scenes/windows/Ordinance.tscn
Normal file
|
@ -0,0 +1,127 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/thumbs-down.svg" type="Texture" id=1]
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/thumbs-up.svg" type="Texture" id=2]
|
||||
[ext_resource path="res://sprites/symbols/fontawesome/question-circle.svg" type="Texture" id=3]
|
||||
[ext_resource path="res://scripts/policy_window.gd" type="Script" id=4]
|
||||
|
||||
[node name="Ordinance" type="WindowDialog"]
|
||||
anchor_left = 0.324707
|
||||
anchor_top = 0.238333
|
||||
anchor_right = 0.675293
|
||||
anchor_bottom = 0.761667
|
||||
window_title = "Ordinance"
|
||||
script = ExtResource( 4 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="OrdinanceLbl" type="Label" parent="."]
|
||||
anchor_left = 0.0222841
|
||||
anchor_top = 0.022293
|
||||
anchor_right = 0.97493
|
||||
anchor_bottom = 0.0700637
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="ActionCtr" type="VBoxContainer" parent="."]
|
||||
anchor_left = 0.0278552
|
||||
anchor_top = 0.729299
|
||||
anchor_right = 0.245125
|
||||
anchor_bottom = 0.977707
|
||||
custom_constants/separation = 5
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="TakeActionLbl" type="Label" parent="ActionCtr"]
|
||||
margin_right = 78.0
|
||||
margin_bottom = 14.0
|
||||
text = "Take Action:"
|
||||
|
||||
[node name="EnectCtr" type="HBoxContainer" parent="ActionCtr"]
|
||||
margin_top = 19.0
|
||||
margin_right = 78.0
|
||||
margin_bottom = 39.0
|
||||
custom_constants/separation = 10
|
||||
|
||||
[node name="EnectBtn" type="Button" parent="ActionCtr/EnectCtr"]
|
||||
margin_right = 22.0
|
||||
margin_bottom = 20.0
|
||||
icon = ExtResource( 2 )
|
||||
|
||||
[node name="EnectLbl" type="Label" parent="ActionCtr/EnectCtr"]
|
||||
margin_left = 32.0
|
||||
margin_top = 3.0
|
||||
margin_right = 66.0
|
||||
margin_bottom = 17.0
|
||||
text = "Enact"
|
||||
|
||||
[node name="IgnoreCtr" type="HBoxContainer" parent="ActionCtr"]
|
||||
margin_top = 44.0
|
||||
margin_right = 78.0
|
||||
margin_bottom = 64.0
|
||||
custom_constants/separation = 10
|
||||
|
||||
[node name="IgnoreBtn" type="Button" parent="ActionCtr/IgnoreCtr"]
|
||||
margin_right = 22.0
|
||||
margin_bottom = 20.0
|
||||
icon = ExtResource( 1 )
|
||||
|
||||
[node name="IgnoreLbl" type="Label" parent="ActionCtr/IgnoreCtr"]
|
||||
margin_left = 32.0
|
||||
margin_top = 3.0
|
||||
margin_right = 73.0
|
||||
margin_bottom = 17.0
|
||||
text = "Ignore"
|
||||
|
||||
[node name="DescPanel" type="Panel" parent="."]
|
||||
anchor_left = 0.281337
|
||||
anchor_top = 0.0859873
|
||||
anchor_right = 0.97493
|
||||
anchor_bottom = 0.684713
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="DescriptionLbl" type="RichTextLabel" parent="DescPanel"]
|
||||
anchor_left = 0.0160643
|
||||
anchor_top = 0.0194175
|
||||
anchor_right = 0.971888
|
||||
anchor_bottom = 0.975728
|
||||
margin_left = 0.652039
|
||||
margin_right = 0.652039
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="AnalysisCtr" type="HBoxContainer" parent="."]
|
||||
anchor_left = 0.549742
|
||||
anchor_top = 0.869427
|
||||
anchor_right = 0.967569
|
||||
anchor_bottom = 0.933121
|
||||
custom_constants/separation = 10
|
||||
alignment = 1
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="AnalysisLbl" type="Label" parent="AnalysisCtr"]
|
||||
margin_left = 5.0
|
||||
margin_top = 3.0
|
||||
margin_right = 111.0
|
||||
margin_bottom = 17.0
|
||||
text = "Impact Analysis:"
|
||||
|
||||
[node name="AnalysisBtn" type="Button" parent="AnalysisCtr"]
|
||||
margin_left = 121.0
|
||||
margin_right = 143.0
|
||||
margin_bottom = 20.0
|
||||
icon = ExtResource( 3 )
|
||||
|
||||
[connection signal="pressed" from="ActionCtr/EnectCtr/EnectBtn" to="." method="_on_EnectBtn_pressed"]
|
||||
[connection signal="pressed" from="ActionCtr/IgnoreCtr/IgnoreBtn" to="." method="_on_IgnoreBtn_pressed"]
|
||||
[connection signal="pressed" from="AnalysisCtr/AnalysisBtn" to="." method="_on_AnalysisBtn_pressed"]
|
|
@ -15,31 +15,64 @@ onready var rank_label = $Container/Advisor/RankLbl
|
|||
onready var name_label = $Container/Advisor/NameLbl
|
||||
onready var description_label = $Container/DescriptionLbl
|
||||
|
||||
func _start_dialogue(advisor, message):
|
||||
if advisor == SimData.Advisors.CITY_PLANNER:
|
||||
dialogue_file = "res://dialog/advisors/cityplanner.json"
|
||||
_load_dialogue()
|
||||
avatar_texture.texture = preload("res://sprites/avatars/cindy.png")
|
||||
name_label.text = "Cindy Diamond"
|
||||
rank_label.text = "City Planner"
|
||||
elif advisor == SimData.Advisors.FINANCIAL:
|
||||
dialogue_file = "res://dialog/advisors/finacial.json"
|
||||
_load_dialogue()
|
||||
avatar_texture.texture = preload("res://sprites/avatars/kit.png")
|
||||
name_label.text = "Kit Welsh"
|
||||
rank_label.text = "Financial Advisor"
|
||||
elif advisor == SimData.Advisors.FINANCIAL:
|
||||
dialogue_file = "res://dialog/advisors/transport.json"
|
||||
_load_dialogue()
|
||||
avatar_texture.texture = preload("res://sprites/avatars/zc.png")
|
||||
name_label.text = "Zack Casey"
|
||||
rank_label.text = "Transportation Advisor"
|
||||
enum JsonFile {
|
||||
ANNOUNCEMENTS,
|
||||
ANALYSIS
|
||||
}
|
||||
|
||||
func _ready():
|
||||
SimEvents.connect("advisor_message", self, "_advisor_dialogue")
|
||||
SimEvents.connect("policy_analysis", self, "_analysis_dialouge")
|
||||
|
||||
func _init_advisor(file, advisor):
|
||||
match advisor:
|
||||
SimData.Advisors.CITY_PLANNER:
|
||||
match file:
|
||||
JsonFile.ANNOUNCEMENTS:
|
||||
dialogue_file = "res://dialog/advisors/cityplanner.json"
|
||||
JsonFile.ANALYSIS:
|
||||
dialogue_file = "res://dialog/policies/cityplanner_analysis.json"
|
||||
|
||||
avatar_texture.texture = preload("res://sprites/avatars/cindy.png")
|
||||
name_label.text = "Cindy Diamond"
|
||||
rank_label.text = "City Planner"
|
||||
|
||||
SimData.Advisors.FINANCIAL:
|
||||
match file:
|
||||
JsonFile.ANNOUNCEMENTS:
|
||||
dialogue_file = "res://dialog/advisors/finacial.json"
|
||||
JsonFile.ANALYSIS:
|
||||
dialogue_file = "res://dialog/policies/finacial_analysis.json"
|
||||
|
||||
avatar_texture.texture = preload("res://sprites/avatars/kit.png")
|
||||
name_label.text = "Kit Welsh"
|
||||
rank_label.text = "Financial Advisor"
|
||||
|
||||
SimData.Advisors.TRANSPORT:
|
||||
match file:
|
||||
JsonFile.ANNOUNCEMENTS:
|
||||
dialogue_file = "res://dialog/advisors/transport.json"
|
||||
JsonFile.ANALYSIS:
|
||||
dialogue_file = "res://dialog/policies/transport_analysis.json"
|
||||
|
||||
avatar_texture.texture = preload("res://sprites/avatars/zc.png")
|
||||
name_label.text = "Zack Casey"
|
||||
rank_label.text = "Transportation Advisor"
|
||||
|
||||
func _launch_advisor_window(key):
|
||||
_index_dialogue()
|
||||
description_label.text = dialogue_keys[message].text
|
||||
window_title = dialogue_keys[message].name
|
||||
description_label.text = dialogue_keys[key].text
|
||||
window_title = dialogue_keys[key].name
|
||||
show()
|
||||
|
||||
func _advisor_dialogue(advisor, message):
|
||||
_init_advisor(JsonFile.ANNOUNCEMENTS, advisor)
|
||||
_launch_advisor_window(message)
|
||||
|
||||
func _analysis_dialouge(advisor, policy):
|
||||
_init_advisor(JsonFile.ANALYSIS, advisor)
|
||||
_launch_advisor_window(policy)
|
||||
|
||||
func _index_dialogue():
|
||||
var dialogue = _load_dialogue()
|
||||
dialogue_keys.clear()
|
||||
|
@ -52,6 +85,3 @@ func _load_dialogue():
|
|||
file.open(dialogue_file, file.READ)
|
||||
var dialogue = parse_json(file.get_as_text())
|
||||
return dialogue
|
||||
|
||||
func _ready():
|
||||
SimEvents.connect("advisor_message", self, "_start_dialogue")
|
||||
|
|
|
@ -1,17 +1,22 @@
|
|||
extends Node
|
||||
|
||||
const CURRENCY: String = "§"
|
||||
|
||||
var city_name: String = "Furtropolis" # Hard-coded, for now
|
||||
var mayor_name: String = "Defecto"
|
||||
var year: int = 1980
|
||||
var prev_quarter: int
|
||||
var quarter: int = 1
|
||||
var population: int = 0
|
||||
var budget: int = 20000
|
||||
var expenses: int
|
||||
var is_alert: bool = false
|
||||
var on_alert: bool = false
|
||||
var has_ctower: bool = false # Central Tower
|
||||
|
||||
const currency: String = "§"
|
||||
var year: int = 2000
|
||||
var prev_year: int
|
||||
var month: int = 1
|
||||
var prev_month: int
|
||||
var day: int = 1
|
||||
var prev_day: int
|
||||
var total_days: int = 1
|
||||
|
||||
var power_grid: int # Number of power stations in the area. Helps provide redundancies.
|
||||
var power_capacity: int
|
||||
|
@ -37,18 +42,50 @@ enum GameSpeed {
|
|||
FAST
|
||||
}
|
||||
|
||||
enum Advisors {
|
||||
CITY_PLANNER,
|
||||
FINANCIAL
|
||||
enum Level {
|
||||
EASY,
|
||||
MEDIUM,
|
||||
HARD
|
||||
}
|
||||
|
||||
func starting_budget(lev: int):
|
||||
|
||||
if lev == 1 or lev == 0:
|
||||
budget = 20000
|
||||
elif lev == 2:
|
||||
budget = 10000
|
||||
elif lev == 3:
|
||||
budget = 5000
|
||||
else:
|
||||
budget = NAN
|
||||
enum Advisors {
|
||||
CITY_PLANNER,
|
||||
FINANCIAL,
|
||||
TRANSPORT
|
||||
}
|
||||
|
||||
enum Ordinances {
|
||||
# Education
|
||||
CPR_TRAINING,
|
||||
PRO_READING,
|
||||
NHOOD_WATCH,
|
||||
# Financial
|
||||
PARKING_FINES,
|
||||
GAMBLING,
|
||||
SALES_TAX,
|
||||
# Promo
|
||||
ANNUAL_CARNIVAL,
|
||||
BUSINESS_ADS,
|
||||
CITY_BEAUTY,
|
||||
TOURIST_ADS
|
||||
# Health & Safety
|
||||
FREE_CLINICS,
|
||||
JUNIOR_SPORTS,
|
||||
SMOKING_BAN,
|
||||
VOLUNTEER_FIRE,
|
||||
SMOKE_DETECTOR,
|
||||
# Environment
|
||||
ENERGY_CONSERVATION,
|
||||
HOMELESS_SHELTERS,
|
||||
CLEAN_AIR_ACT,
|
||||
TIRE_RECYCLE
|
||||
}
|
||||
|
||||
func starting_budget(lev = Level.EASY):
|
||||
match lev:
|
||||
Level.EASY:
|
||||
budget = 20000
|
||||
Level.MEDIUM:
|
||||
budget = 10000
|
||||
Level.HARD:
|
||||
budget = 5000
|
||||
|
|
|
@ -3,8 +3,15 @@ extends Node
|
|||
signal has_power
|
||||
signal budget
|
||||
signal game_speed
|
||||
|
||||
signal policy_message(policy)
|
||||
signal policy_analysis(advisor, policy)
|
||||
signal advisor_message(advisor, message)
|
||||
|
||||
# News
|
||||
signal send_alert(message)
|
||||
signal resume_news
|
||||
|
||||
# Policies
|
||||
signal clean_air_act
|
||||
signal energy_saving
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
extends HBoxContainer
|
||||
|
||||
onready var city_name = $CityNameLbl
|
||||
onready var budget = $BudgetLbl
|
||||
onready var year = $YearCtr/YearLbl
|
||||
onready var budget = $BudgetCtr/BudgetLbl
|
||||
onready var calendar = $YearCtr/CalendarLbl
|
||||
|
||||
func _process(delta):
|
||||
city_name.text = SimData.city_name
|
||||
budget.text = SimData.currency + str(SimData.budget)
|
||||
year.text = str(SimData.year)
|
||||
budget.text = str(SimData.budget)
|
||||
calendar.text = str(SimData.day) + "/" + str(SimData.month) + "/" + str(SimData.year)
|
||||
|
|
|
@ -10,9 +10,13 @@ enum {
|
|||
const valid_commands = [
|
||||
["money", [ARG_STRING] ],
|
||||
["whereyoufrom", [ARG_STRING] ],
|
||||
["whatyearisit", [ARG_STRING] ]
|
||||
["whatyearisit", [ARG_STRING] ],
|
||||
["show_policy", [ARG_INT]]
|
||||
]
|
||||
|
||||
func show_policy(policy):
|
||||
SimEvents.emit_signal("policy_message", policy)
|
||||
|
||||
func _budget_print(value: int):
|
||||
return "Budget increased to " + str(value)
|
||||
|
||||
|
|
|
@ -1,20 +1,45 @@
|
|||
extends Node2D
|
||||
|
||||
onready var rotate_news = $RotateNews
|
||||
onready var quarters = $Quarters
|
||||
onready var day_cycle = $DayCycle
|
||||
onready var turtle_btn = $Controls/Status/SpeedCtr/TurtleBtn
|
||||
onready var cheeta_btn = $Controls/Status/SpeedCtr/CheetaBtn
|
||||
|
||||
func _ready():
|
||||
SimEvents.connect("resume_news", self, "_resume_rotation")
|
||||
SimEvents.connect("send_alert", self, "_stop_news")
|
||||
|
||||
func _on_Quarters_timeout():
|
||||
SimData.year += 1
|
||||
SimData.prev_quarter = SimData.quarter
|
||||
|
||||
SimEvents.emit_signal("budget")
|
||||
|
||||
func _stop_news():
|
||||
rotate_news.stop()
|
||||
|
||||
func _resume_rotation():
|
||||
rotate_news.start()
|
||||
|
||||
func _on_DayCycle_timeout():
|
||||
|
||||
if SimData.prev_day < 30:
|
||||
SimData.day += 1
|
||||
|
||||
if SimData.prev_day == 30:
|
||||
SimData.month =+ 1
|
||||
SimData.prev_month = SimData.month
|
||||
SimData.day = 1
|
||||
SimEvents.emit_signal("budget")
|
||||
|
||||
if SimData.prev_month == 12:
|
||||
SimData.prev_year = SimData.year
|
||||
SimData.total_days = 1
|
||||
SimData.month = 1
|
||||
SimData.year += 1
|
||||
|
||||
SimData.prev_day = SimData.day
|
||||
|
||||
func _on_TurtleBtn_toggled(button_pressed):
|
||||
if button_pressed:
|
||||
day_cycle.wait_time = 12
|
||||
cheeta_btn.pressed = false
|
||||
|
||||
func _on_CheetaBtn_toggled(button_pressed):
|
||||
if button_pressed:
|
||||
day_cycle.wait_time = 2
|
||||
turtle_btn.pressed = false
|
||||
|
|
69
scripts/policy_window.gd
Normal file
|
@ -0,0 +1,69 @@
|
|||
extends WindowDialog
|
||||
|
||||
var dialogue_file = "res://dialog/policies/policies.json"
|
||||
|
||||
var dialogue_keys = []
|
||||
var dialogue_name = ""
|
||||
var dialogue_text = ""
|
||||
var policy: int
|
||||
|
||||
onready var ordinance_label = $OrdinanceLbl
|
||||
onready var description_label = $DescPanel/DescriptionLbl
|
||||
|
||||
func _start_dialogue(ordinance):
|
||||
|
||||
_index_dialogue()
|
||||
|
||||
match ordinance:
|
||||
1:
|
||||
policy = 1
|
||||
2:
|
||||
policy = 2
|
||||
3:
|
||||
policy = 3
|
||||
|
||||
var proposel: String = dialogue_keys[policy].text
|
||||
|
||||
if "[name]" in proposel:
|
||||
proposel = proposel.replace("[name]", SimData.mayor_name)
|
||||
|
||||
if "[city]" in proposel:
|
||||
proposel = proposel.replace("[city]", SimData.city_name)
|
||||
|
||||
description_label.text = proposel
|
||||
ordinance_label.text = dialogue_keys[policy].name
|
||||
|
||||
show()
|
||||
|
||||
func _index_dialogue():
|
||||
var dialogue = _load_dialogue()
|
||||
dialogue_keys.clear()
|
||||
for key in dialogue:
|
||||
dialogue_keys.append(dialogue[key])
|
||||
|
||||
func _load_dialogue():
|
||||
var file = File.new()
|
||||
if file.file_exists(dialogue_file):
|
||||
file.open(dialogue_file, file.READ)
|
||||
var dialogue = parse_json(file.get_as_text())
|
||||
return dialogue
|
||||
|
||||
func _ready():
|
||||
SimEvents.connect("policy_message", self, "_start_dialogue")
|
||||
|
||||
func _on_IgnoreBtn_pressed():
|
||||
policy = 0
|
||||
description_label.text = ""
|
||||
ordinance_label.text = ""
|
||||
hide()
|
||||
|
||||
func _on_EnectBtn_pressed():
|
||||
match policy:
|
||||
1: SimEvents.emit_signal("energy_saving")
|
||||
2: SimEvents.emit_signal("clean_air_act")
|
||||
|
||||
func _on_AnalysisBtn_pressed():
|
||||
match policy:
|
||||
1: SimEvents.emit_signal("policy_analysis", SimData.Advisors.CITY_PLANNER, policy)
|
||||
2: SimEvents.emit_signal("policy_analysis", SimData.Advisors.CITY_PLANNER, policy)
|
||||
3: SimEvents.emit_signal("policy_analysis", SimData.Advisors.CITY_PLANNER, policy)
|
|
@ -5,6 +5,11 @@ onready var ticker_text = $TickerTxt
|
|||
var news_file = ""
|
||||
var rng = RandomNumberGenerator.new()
|
||||
var news_keys = []
|
||||
var speices = [
|
||||
"Cat",
|
||||
"Fennec",
|
||||
"Fox"
|
||||
]
|
||||
|
||||
func _index_news():
|
||||
var news = _load_news()
|
||||
|
@ -30,12 +35,8 @@ func _ready():
|
|||
SimEvents.connect("resume_news", self, "_resume_ticker")
|
||||
_random_news("res://dialog/ticker/ticker.json")
|
||||
|
||||
func _process(delta):
|
||||
if get_tree().paused:
|
||||
ticker_text.text = "Simulation Paused"
|
||||
|
||||
func _start_alert(message):
|
||||
SimData.is_alert = true
|
||||
SimData.on_alert = true
|
||||
news_file = "res://dialog/ticker/ticker_alerts.json"
|
||||
ticker_text.text = news_keys[message].text
|
||||
|
||||
|
@ -56,6 +57,11 @@ func _random_news(file):
|
|||
elif "[outlet]" in news:
|
||||
news = news.replace("[outlet]", "Pawprint Press")
|
||||
|
||||
if "[species]" in news:
|
||||
randomize()
|
||||
speices.shuffle()
|
||||
news = news.replace("[species]", speices[rng.randi()%speices.size()])
|
||||
|
||||
if "[city]" in news:
|
||||
news = news.replace("[city]", SimData.city_name)
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ onready var debug_console = $Console
|
|||
onready var tax_window = $TaxWindow
|
||||
onready var advsior_meet_window = $AdvisorMeet
|
||||
onready var tools_window = $ToolsWindow
|
||||
# onready var news_ticker = $
|
||||
|
||||
func _ready():
|
||||
SimEvents.emit_signal("advisor_message", SimData.Advisors.CITY_PLANNER, 0)
|
||||
|
|
BIN
sprites/adorable-z.png
Normal file
After Width: | Height: | Size: 26 KiB |
34
sprites/adorable-z.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/adorable-z.png-5fdc63fd95e4c69749d0532f2ec2287e.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/adorable-z.png"
|
||||
dest_files=[ "res://.import/adorable-z.png-5fdc63fd95e4c69749d0532f2ec2287e.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
sprites/cirria.png
Normal file
After Width: | Height: | Size: 66 KiB |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/meet.svg-01ad78e7fe219a3f705e2a6c758737df.stex"
|
||||
path="res://.import/cirria.png-f037ba8539ca9e051c75c784f093dc47.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/meet.svg"
|
||||
dest_files=[ "res://.import/meet.svg-01ad78e7fe219a3f705e2a6c758737df.stex" ]
|
||||
source_file="res://sprites/cirria.png"
|
||||
dest_files=[ "res://.import/cirria.png-f037ba8539ca9e051c75c784f093dc47.stex" ]
|
||||
|
||||
[params]
|
||||
|
|
@ -1,117 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Capa_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="14.000001"
|
||||
height="14.000002"
|
||||
viewBox="0 0 14.000001 14.000002"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="calendar.svg"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"><metadata
|
||||
id="metadata925"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs923" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="987"
|
||||
id="namedview921"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:zoom="1.1773093"
|
||||
inkscape:cx="337.87557"
|
||||
inkscape:cy="238.89055"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Capa_1" />
|
||||
<g
|
||||
id="g888"
|
||||
transform="matrix(0.0294686,0,0,0.02736326,-0.53856813,0)"
|
||||
style="fill:#ffffff">
|
||||
<path
|
||||
d="m 482.513,83.942 c -7.225,-7.233 -15.797,-10.85 -25.694,-10.85 h -36.541 v -27.41 c 0,-12.56 -4.477,-23.315 -13.422,-32.261 C 397.906,4.475 387.157,0 374.591,0 h -18.268 c -12.565,0 -23.318,4.475 -32.264,13.422 -8.949,8.945 -13.422,19.701 -13.422,32.261 v 27.41 h -109.63 v -27.41 c 0,-12.56 -4.475,-23.315 -13.422,-32.261 C 178.64,4.475 167.886,0 155.321,0 H 137.05 C 124.488,0 113.733,4.475 104.786,13.422 95.841,22.367 91.365,33.123 91.365,45.683 v 27.41 H 54.823 c -9.9,0 -18.464,3.617 -25.697,10.85 -7.233,7.232 -10.85,15.8 -10.85,25.697 v 365.453 c 0,9.89 3.617,18.456 10.85,25.693 7.232,7.231 15.796,10.849 25.697,10.849 h 401.989 c 9.897,0 18.47,-3.617 25.694,-10.849 7.234,-7.234 10.852,-15.804 10.852,-25.693 V 109.639 c -10e-4,-9.9 -3.615,-18.464 -10.845,-25.697 z M 137.047,475.088 H 54.823 v -82.23 h 82.224 z m 0,-100.498 H 54.823 v -91.358 h 82.224 z m 0,-109.639 H 54.823 v -82.223 h 82.224 z m -6.42,-130.618 c -1.809,-1.809 -2.712,-3.946 -2.712,-6.423 V 45.686 c 0,-2.474 0.903,-4.617 2.712,-6.423 1.809,-1.809 3.946,-2.712 6.423,-2.712 h 18.271 c 2.474,0 4.617,0.903 6.423,2.712 1.809,1.807 2.714,3.949 2.714,6.423 v 82.224 c 0,2.478 -0.909,4.615 -2.714,6.423 -1.807,1.809 -3.946,2.712 -6.423,2.712 H 137.05 c -2.474,0.001 -4.614,-0.903 -6.423,-2.712 z m 116.056,340.755 h -91.365 v -82.23 h 91.365 z m 0,-100.498 h -91.365 v -91.358 h 91.365 z m 0,-109.639 h -91.365 v -82.223 h 91.365 z m 109.64,210.137 h -91.364 v -82.23 h 91.364 z m 0,-100.498 h -91.364 v -91.358 h 91.364 z m 0,-109.639 h -91.364 v -82.223 h 91.364 z m -6.427,-130.618 c -1.807,-1.809 -2.707,-3.946 -2.707,-6.423 V 45.686 c 0,-2.474 0.9,-4.617 2.707,-6.423 1.808,-1.809 3.949,-2.712 6.427,-2.712 h 18.268 c 2.478,0 4.617,0.903 6.427,2.712 1.808,1.807 2.707,3.949 2.707,6.423 v 82.224 c 0,2.478 -0.903,4.615 -2.707,6.423 -1.807,1.809 -3.949,2.712 -6.427,2.712 h -18.268 c -2.477,0.001 -4.626,-0.903 -6.427,-2.712 z m 106.916,340.755 h -82.228 v -82.23 h 82.228 z m 0,-100.498 h -82.228 v -91.358 h 82.228 z m 0,-109.639 h -82.228 v -82.223 h 82.228 z"
|
||||
id="path886"
|
||||
style="fill:#ffffff" />
|
||||
</g>
|
||||
<g
|
||||
id="g890"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g892"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g894"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g896"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g898"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g900"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g902"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g904"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g906"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g908"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g910"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g912"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g914"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g916"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
<g
|
||||
id="g918"
|
||||
transform="translate(-18.276)">
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.5 KiB |
|
@ -1,47 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="511.63px" height="511.63px" viewBox="0 0 511.63 511.63" style="enable-background:new 0 0 511.63 511.63;"
|
||||
xml:space="preserve">
|
||||
<g>
|
||||
<path d="M506.203,41.968c-3.617-3.617-7.902-5.426-12.851-5.426H456.81c-4.948,0-9.232,1.809-12.847,5.426
|
||||
c-3.62,3.619-5.427,7.902-5.427,12.851v193.572c-0.955-2.091-2.19-3.899-3.717-5.424L232.11,40.257
|
||||
c-3.616-3.615-6.658-4.853-9.136-3.709c-2.474,1.141-3.711,4.187-3.711,9.135v202.708c-0.95-2.091-2.187-3.899-3.709-5.424
|
||||
L12.847,40.257c-3.617-3.615-6.661-4.853-9.135-3.709C1.237,37.689,0,40.735,0,45.683v420.262c0,4.948,1.241,7.998,3.715,9.141
|
||||
c2.474,1.14,5.518-0.099,9.135-3.72l202.707-202.708c1.52-1.708,2.76-3.519,3.709-5.421v202.708c0,4.948,1.237,7.994,3.711,9.134
|
||||
s5.52-0.1,9.136-3.717l202.709-202.708c1.523-1.711,2.762-3.524,3.714-5.428v193.571c0,4.948,1.81,9.229,5.427,12.847
|
||||
c3.614,3.617,7.898,5.425,12.847,5.425h36.546c4.944,0,9.232-1.808,12.85-5.425c3.614-3.617,5.425-7.898,5.425-12.847V54.819
|
||||
C511.626,49.863,509.82,45.584,506.203,41.968z"/>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.5 KiB |
395
sprites/symbols/fontawesome/LICENSE
Normal file
|
@ -0,0 +1,395 @@
|
|||
Attribution 4.0 International
|
||||
|
||||
=======================================================================
|
||||
|
||||
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
||||
does not provide legal services or legal advice. Distribution of
|
||||
Creative Commons public licenses does not create a lawyer-client or
|
||||
other relationship. Creative Commons makes its licenses and related
|
||||
information available on an "as-is" basis. Creative Commons gives no
|
||||
warranties regarding its licenses, any material licensed under their
|
||||
terms and conditions, or any related information. Creative Commons
|
||||
disclaims all liability for damages resulting from their use to the
|
||||
fullest extent possible.
|
||||
|
||||
Using Creative Commons Public Licenses
|
||||
|
||||
Creative Commons public licenses provide a standard set of terms and
|
||||
conditions that creators and other rights holders may use to share
|
||||
original works of authorship and other material subject to copyright
|
||||
and certain other rights specified in the public license below. The
|
||||
following considerations are for informational purposes only, are not
|
||||
exhaustive, and do not form part of our licenses.
|
||||
|
||||
Considerations for licensors: Our public licenses are
|
||||
intended for use by those authorized to give the public
|
||||
permission to use material in ways otherwise restricted by
|
||||
copyright and certain other rights. Our licenses are
|
||||
irrevocable. Licensors should read and understand the terms
|
||||
and conditions of the license they choose before applying it.
|
||||
Licensors should also secure all rights necessary before
|
||||
applying our licenses so that the public can reuse the
|
||||
material as expected. Licensors should clearly mark any
|
||||
material not subject to the license. This includes other CC-
|
||||
licensed material, or material used under an exception or
|
||||
limitation to copyright. More considerations for licensors:
|
||||
wiki.creativecommons.org/Considerations_for_licensors
|
||||
|
||||
Considerations for the public: By using one of our public
|
||||
licenses, a licensor grants the public permission to use the
|
||||
licensed material under specified terms and conditions. If
|
||||
the licensor's permission is not necessary for any reason--for
|
||||
example, because of any applicable exception or limitation to
|
||||
copyright--then that use is not regulated by the license. Our
|
||||
licenses grant only permissions under copyright and certain
|
||||
other rights that a licensor has authority to grant. Use of
|
||||
the licensed material may still be restricted for other
|
||||
reasons, including because others have copyright or other
|
||||
rights in the material. A licensor may make special requests,
|
||||
such as asking that all changes be marked or described.
|
||||
Although not required by our licenses, you are encouraged to
|
||||
respect those requests where reasonable. More considerations
|
||||
for the public:
|
||||
wiki.creativecommons.org/Considerations_for_licensees
|
||||
|
||||
=======================================================================
|
||||
|
||||
Creative Commons Attribution 4.0 International Public License
|
||||
|
||||
By exercising the Licensed Rights (defined below), You accept and agree
|
||||
to be bound by the terms and conditions of this Creative Commons
|
||||
Attribution 4.0 International Public License ("Public License"). To the
|
||||
extent this Public License may be interpreted as a contract, You are
|
||||
granted the Licensed Rights in consideration of Your acceptance of
|
||||
these terms and conditions, and the Licensor grants You such rights in
|
||||
consideration of benefits the Licensor receives from making the
|
||||
Licensed Material available under these terms and conditions.
|
||||
|
||||
|
||||
Section 1 -- Definitions.
|
||||
|
||||
a. Adapted Material means material subject to Copyright and Similar
|
||||
Rights that is derived from or based upon the Licensed Material
|
||||
and in which the Licensed Material is translated, altered,
|
||||
arranged, transformed, or otherwise modified in a manner requiring
|
||||
permission under the Copyright and Similar Rights held by the
|
||||
Licensor. For purposes of this Public License, where the Licensed
|
||||
Material is a musical work, performance, or sound recording,
|
||||
Adapted Material is always produced where the Licensed Material is
|
||||
synched in timed relation with a moving image.
|
||||
|
||||
b. Adapter's License means the license You apply to Your Copyright
|
||||
and Similar Rights in Your contributions to Adapted Material in
|
||||
accordance with the terms and conditions of this Public License.
|
||||
|
||||
c. Copyright and Similar Rights means copyright and/or similar rights
|
||||
closely related to copyright including, without limitation,
|
||||
performance, broadcast, sound recording, and Sui Generis Database
|
||||
Rights, without regard to how the rights are labeled or
|
||||
categorized. For purposes of this Public License, the rights
|
||||
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
||||
Rights.
|
||||
|
||||
d. Effective Technological Measures means those measures that, in the
|
||||
absence of proper authority, may not be circumvented under laws
|
||||
fulfilling obligations under Article 11 of the WIPO Copyright
|
||||
Treaty adopted on December 20, 1996, and/or similar international
|
||||
agreements.
|
||||
|
||||
e. Exceptions and Limitations means fair use, fair dealing, and/or
|
||||
any other exception or limitation to Copyright and Similar Rights
|
||||
that applies to Your use of the Licensed Material.
|
||||
|
||||
f. Licensed Material means the artistic or literary work, database,
|
||||
or other material to which the Licensor applied this Public
|
||||
License.
|
||||
|
||||
g. Licensed Rights means the rights granted to You subject to the
|
||||
terms and conditions of this Public License, which are limited to
|
||||
all Copyright and Similar Rights that apply to Your use of the
|
||||
Licensed Material and that the Licensor has authority to license.
|
||||
|
||||
h. Licensor means the individual(s) or entity(ies) granting rights
|
||||
under this Public License.
|
||||
|
||||
i. Share means to provide material to the public by any means or
|
||||
process that requires permission under the Licensed Rights, such
|
||||
as reproduction, public display, public performance, distribution,
|
||||
dissemination, communication, or importation, and to make material
|
||||
available to the public including in ways that members of the
|
||||
public may access the material from a place and at a time
|
||||
individually chosen by them.
|
||||
|
||||
j. Sui Generis Database Rights means rights other than copyright
|
||||
resulting from Directive 96/9/EC of the European Parliament and of
|
||||
the Council of 11 March 1996 on the legal protection of databases,
|
||||
as amended and/or succeeded, as well as other essentially
|
||||
equivalent rights anywhere in the world.
|
||||
|
||||
k. You means the individual or entity exercising the Licensed Rights
|
||||
under this Public License. Your has a corresponding meaning.
|
||||
|
||||
|
||||
Section 2 -- Scope.
|
||||
|
||||
a. License grant.
|
||||
|
||||
1. Subject to the terms and conditions of this Public License,
|
||||
the Licensor hereby grants You a worldwide, royalty-free,
|
||||
non-sublicensable, non-exclusive, irrevocable license to
|
||||
exercise the Licensed Rights in the Licensed Material to:
|
||||
|
||||
a. reproduce and Share the Licensed Material, in whole or
|
||||
in part; and
|
||||
|
||||
b. produce, reproduce, and Share Adapted Material.
|
||||
|
||||
2. Exceptions and Limitations. For the avoidance of doubt, where
|
||||
Exceptions and Limitations apply to Your use, this Public
|
||||
License does not apply, and You do not need to comply with
|
||||
its terms and conditions.
|
||||
|
||||
3. Term. The term of this Public License is specified in Section
|
||||
6(a).
|
||||
|
||||
4. Media and formats; technical modifications allowed. The
|
||||
Licensor authorizes You to exercise the Licensed Rights in
|
||||
all media and formats whether now known or hereafter created,
|
||||
and to make technical modifications necessary to do so. The
|
||||
Licensor waives and/or agrees not to assert any right or
|
||||
authority to forbid You from making technical modifications
|
||||
necessary to exercise the Licensed Rights, including
|
||||
technical modifications necessary to circumvent Effective
|
||||
Technological Measures. For purposes of this Public License,
|
||||
simply making modifications authorized by this Section 2(a)
|
||||
(4) never produces Adapted Material.
|
||||
|
||||
5. Downstream recipients.
|
||||
|
||||
a. Offer from the Licensor -- Licensed Material. Every
|
||||
recipient of the Licensed Material automatically
|
||||
receives an offer from the Licensor to exercise the
|
||||
Licensed Rights under the terms and conditions of this
|
||||
Public License.
|
||||
|
||||
b. No downstream restrictions. You may not offer or impose
|
||||
any additional or different terms or conditions on, or
|
||||
apply any Effective Technological Measures to, the
|
||||
Licensed Material if doing so restricts exercise of the
|
||||
Licensed Rights by any recipient of the Licensed
|
||||
Material.
|
||||
|
||||
6. No endorsement. Nothing in this Public License constitutes or
|
||||
may be construed as permission to assert or imply that You
|
||||
are, or that Your use of the Licensed Material is, connected
|
||||
with, or sponsored, endorsed, or granted official status by,
|
||||
the Licensor or others designated to receive attribution as
|
||||
provided in Section 3(a)(1)(A)(i).
|
||||
|
||||
b. Other rights.
|
||||
|
||||
1. Moral rights, such as the right of integrity, are not
|
||||
licensed under this Public License, nor are publicity,
|
||||
privacy, and/or other similar personality rights; however, to
|
||||
the extent possible, the Licensor waives and/or agrees not to
|
||||
assert any such rights held by the Licensor to the limited
|
||||
extent necessary to allow You to exercise the Licensed
|
||||
Rights, but not otherwise.
|
||||
|
||||
2. Patent and trademark rights are not licensed under this
|
||||
Public License.
|
||||
|
||||
3. To the extent possible, the Licensor waives any right to
|
||||
collect royalties from You for the exercise of the Licensed
|
||||
Rights, whether directly or through a collecting society
|
||||
under any voluntary or waivable statutory or compulsory
|
||||
licensing scheme. In all other cases the Licensor expressly
|
||||
reserves any right to collect such royalties.
|
||||
|
||||
|
||||
Section 3 -- License Conditions.
|
||||
|
||||
Your exercise of the Licensed Rights is expressly made subject to the
|
||||
following conditions.
|
||||
|
||||
a. Attribution.
|
||||
|
||||
1. If You Share the Licensed Material (including in modified
|
||||
form), You must:
|
||||
|
||||
a. retain the following if it is supplied by the Licensor
|
||||
with the Licensed Material:
|
||||
|
||||
i. identification of the creator(s) of the Licensed
|
||||
Material and any others designated to receive
|
||||
attribution, in any reasonable manner requested by
|
||||
the Licensor (including by pseudonym if
|
||||
designated);
|
||||
|
||||
ii. a copyright notice;
|
||||
|
||||
iii. a notice that refers to this Public License;
|
||||
|
||||
iv. a notice that refers to the disclaimer of
|
||||
warranties;
|
||||
|
||||
v. a URI or hyperlink to the Licensed Material to the
|
||||
extent reasonably practicable;
|
||||
|
||||
b. indicate if You modified the Licensed Material and
|
||||
retain an indication of any previous modifications; and
|
||||
|
||||
c. indicate the Licensed Material is licensed under this
|
||||
Public License, and include the text of, or the URI or
|
||||
hyperlink to, this Public License.
|
||||
|
||||
2. You may satisfy the conditions in Section 3(a)(1) in any
|
||||
reasonable manner based on the medium, means, and context in
|
||||
which You Share the Licensed Material. For example, it may be
|
||||
reasonable to satisfy the conditions by providing a URI or
|
||||
hyperlink to a resource that includes the required
|
||||
information.
|
||||
|
||||
3. If requested by the Licensor, You must remove any of the
|
||||
information required by Section 3(a)(1)(A) to the extent
|
||||
reasonably practicable.
|
||||
|
||||
4. If You Share Adapted Material You produce, the Adapter's
|
||||
License You apply must not prevent recipients of the Adapted
|
||||
Material from complying with this Public License.
|
||||
|
||||
|
||||
Section 4 -- Sui Generis Database Rights.
|
||||
|
||||
Where the Licensed Rights include Sui Generis Database Rights that
|
||||
apply to Your use of the Licensed Material:
|
||||
|
||||
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
||||
to extract, reuse, reproduce, and Share all or a substantial
|
||||
portion of the contents of the database;
|
||||
|
||||
b. if You include all or a substantial portion of the database
|
||||
contents in a database in which You have Sui Generis Database
|
||||
Rights, then the database in which You have Sui Generis Database
|
||||
Rights (but not its individual contents) is Adapted Material; and
|
||||
|
||||
c. You must comply with the conditions in Section 3(a) if You Share
|
||||
all or a substantial portion of the contents of the database.
|
||||
|
||||
For the avoidance of doubt, this Section 4 supplements and does not
|
||||
replace Your obligations under this Public License where the Licensed
|
||||
Rights include other Copyright and Similar Rights.
|
||||
|
||||
|
||||
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
||||
|
||||
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
||||
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
||||
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
||||
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
||||
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
||||
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
||||
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
||||
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
||||
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
||||
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
||||
|
||||
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
||||
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
||||
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
||||
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
||||
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
||||
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
||||
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
||||
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
||||
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
||||
|
||||
c. The disclaimer of warranties and limitation of liability provided
|
||||
above shall be interpreted in a manner that, to the extent
|
||||
possible, most closely approximates an absolute disclaimer and
|
||||
waiver of all liability.
|
||||
|
||||
|
||||
Section 6 -- Term and Termination.
|
||||
|
||||
a. This Public License applies for the term of the Copyright and
|
||||
Similar Rights licensed here. However, if You fail to comply with
|
||||
this Public License, then Your rights under this Public License
|
||||
terminate automatically.
|
||||
|
||||
b. Where Your right to use the Licensed Material has terminated under
|
||||
Section 6(a), it reinstates:
|
||||
|
||||
1. automatically as of the date the violation is cured, provided
|
||||
it is cured within 30 days of Your discovery of the
|
||||
violation; or
|
||||
|
||||
2. upon express reinstatement by the Licensor.
|
||||
|
||||
For the avoidance of doubt, this Section 6(b) does not affect any
|
||||
right the Licensor may have to seek remedies for Your violations
|
||||
of this Public License.
|
||||
|
||||
c. For the avoidance of doubt, the Licensor may also offer the
|
||||
Licensed Material under separate terms or conditions or stop
|
||||
distributing the Licensed Material at any time; however, doing so
|
||||
will not terminate this Public License.
|
||||
|
||||
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
||||
License.
|
||||
|
||||
|
||||
Section 7 -- Other Terms and Conditions.
|
||||
|
||||
a. The Licensor shall not be bound by any additional or different
|
||||
terms or conditions communicated by You unless expressly agreed.
|
||||
|
||||
b. Any arrangements, understandings, or agreements regarding the
|
||||
Licensed Material not stated herein are separate from and
|
||||
independent of the terms and conditions of this Public License.
|
||||
|
||||
|
||||
Section 8 -- Interpretation.
|
||||
|
||||
a. For the avoidance of doubt, this Public License does not, and
|
||||
shall not be interpreted to, reduce, limit, restrict, or impose
|
||||
conditions on any use of the Licensed Material that could lawfully
|
||||
be made without permission under this Public License.
|
||||
|
||||
b. To the extent possible, if any provision of this Public License is
|
||||
deemed unenforceable, it shall be automatically reformed to the
|
||||
minimum extent necessary to make it enforceable. If the provision
|
||||
cannot be reformed, it shall be severed from this Public License
|
||||
without affecting the enforceability of the remaining terms and
|
||||
conditions.
|
||||
|
||||
c. No term or condition of this Public License will be waived and no
|
||||
failure to comply consented to unless expressly agreed to by the
|
||||
Licensor.
|
||||
|
||||
d. Nothing in this Public License constitutes or may be interpreted
|
||||
as a limitation upon, or waiver of, any privileges and immunities
|
||||
that apply to the Licensor or You, including from the legal
|
||||
processes of any jurisdiction or authority.
|
||||
|
||||
|
||||
=======================================================================
|
||||
|
||||
Creative Commons is not a party to its public licenses.
|
||||
Notwithstanding, Creative Commons may elect to apply one of its public
|
||||
licenses to material it publishes and in those instances will be
|
||||
considered the “Licensor.” The text of the Creative Commons public
|
||||
licenses is dedicated to the public domain under the CC0 Public Domain
|
||||
Dedication. Except for the limited purpose of indicating that material
|
||||
is shared under a Creative Commons public license or as otherwise
|
||||
permitted by the Creative Commons policies published at
|
||||
creativecommons.org/policies, Creative Commons does not authorize the
|
||||
use of the trademark "Creative Commons" or any other trademark or logo
|
||||
of Creative Commons without its prior written consent including,
|
||||
without limitation, in connection with any unauthorized modifications
|
||||
to any of its public licenses or any other arrangements,
|
||||
understandings, or agreements concerning use of licensed material. For
|
||||
the avoidance of doubt, this paragraph does not form part of the public
|
||||
licenses.
|
||||
|
||||
Creative Commons may be contacted at creativecommons.org.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
34
sprites/symbols/fontawesome/building.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/building.svg-69d7b6000bbe020259a891c8f20ba314.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/building.svg"
|
||||
dest_files=[ "res://.import/building.svg-69d7b6000bbe020259a891c8f20ba314.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
61
sprites/symbols/fontawesome/calendar.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 10 10"
|
||||
version="1.1"
|
||||
id="svg4306"
|
||||
sodipodi:docname="calendar.svg"
|
||||
width="10"
|
||||
height="10"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
|
||||
<metadata
|
||||
id="metadata4312">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs4310" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="987"
|
||||
id="namedview4308"
|
||||
showgrid="false"
|
||||
inkscape:pagecheckerboard="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="1.6464844"
|
||||
inkscape:cx="152.9395"
|
||||
inkscape:cy="150.92764"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4306" />
|
||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
|
||||
<path
|
||||
d="M 0.26785714,3.75 H 9.7321429 C 9.8794643,3.75 10,3.8554687 10,3.984375 V 9.0625 C 10,9.580078 9.5200893,10 8.9285714,10 H 1.0714286 C 0.47991071,10 0,9.580078 0,9.0625 V 3.984375 C 0,3.8554687 0.12053571,3.75 0.26785714,3.75 Z M 10,2.890625 V 2.1875 C 10,1.6699219 9.5200893,1.25 8.9285714,1.25 H 7.8571429 V 0.234375 C 7.8571429,0.10546875 7.7366071,0 7.5892857,0 H 6.6964286 C 6.5491071,0 6.4285714,0.10546875 6.4285714,0.234375 V 1.25 H 3.5714286 V 0.234375 C 3.5714286,0.10546875 3.4508929,0 3.3035714,0 H 2.4107143 C 2.2633929,0 2.1428571,0.10546875 2.1428571,0.234375 V 1.25 H 1.0714286 C 0.47991071,1.25 0,1.6699219 0,2.1875 V 2.890625 C 0,3.0195313 0.12053571,3.125 0.26785714,3.125 H 9.7321429 C 9.8794643,3.125 10,3.0195313 10,2.890625 Z"
|
||||
id="path4304"
|
||||
style="fill:#ffffff;stroke-width:0.0208799" />
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
34
sprites/symbols/fontawesome/calendar.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/calendar.svg-6636a1009e89a3ffb64fb3e3b42d1859.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/calendar.svg"
|
||||
dest_files=[ "res://.import/calendar.svg-6636a1009e89a3ffb64fb3e3b42d1859.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
61
sprites/symbols/fontawesome/city.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 30 25"
|
||||
version="1.1"
|
||||
id="svg835"
|
||||
sodipodi:docname="city.svg"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"
|
||||
width="30"
|
||||
height="25">
|
||||
<metadata
|
||||
id="metadata841">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs839" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="987"
|
||||
id="namedview837"
|
||||
showgrid="false"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:zoom="2.7921184"
|
||||
inkscape:cx="63.227887"
|
||||
inkscape:cy="-28.060804"
|
||||
inkscape:window-x="102"
|
||||
inkscape:window-y="262"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg835"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" />
|
||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
|
||||
<path
|
||||
d="M 28.875,9.375 H 22.5 V 1.171875 C 22.5,0.52441408 21.996563,0 21.375,0 h -6.75 C 14.003437,0 13.5,0.52441408 13.5,1.171875 V 4.6875 h -3 V 0.78125 C 10.5,0.34960937 10.164375,0 9.75,0 H 9 C 8.585625,0 8.25,0.34960937 8.25,0.78125 V 4.6875 h -3 V 0.78125 C 5.25,0.34960937 4.914375,0 4.5,0 H 3.75 C 3.335625,0 3,0.34960937 3,0.78125 V 4.6875 H 1.125 C 0.5034375,4.6875 0,5.2119143 0,5.859375 V 23.4375 C 0,24.300293 0.67171878,25 1.5,25 h 27 C 29.328281,25 30,24.300293 30,23.4375 V 10.546875 C 30,9.8994143 29.496094,9.375 28.875,9.375 Z M 6,19.726562 C 6,20.050293 5.7482813,20.3125 5.4375,20.3125 H 3.5625 C 3.2517188,20.3125 3,20.050293 3,19.726562 V 17.773437 C 3,17.449707 3.2517188,17.1875 3.5625,17.1875 h 1.875 C 5.7482813,17.1875 6,17.449707 6,17.773437 Z m 0,-4.6875 C 6,15.362793 5.7482813,15.625 5.4375,15.625 H 3.5625 C 3.2517188,15.625 3,15.362793 3,15.039062 V 13.085937 C 3,12.762207 3.2517188,12.5 3.5625,12.5 h 1.875 C 5.7482813,12.5 6,12.762207 6,13.085937 Z m 0,-4.6875 C 6,10.675293 5.7482813,10.9375 5.4375,10.9375 H 3.5625 C 3.2517188,10.9375 3,10.675293 3,10.351562 V 8.3984372 C 3,8.0747071 3.2517188,7.8125 3.5625,7.8125 h 1.875 C 5.7482813,7.8125 6,8.0747071 6,8.3984372 Z m 6,9.375 C 12,20.050293 11.748281,20.3125 11.4375,20.3125 H 9.5625 C 9.2517186,20.3125 9,20.050293 9,19.726562 V 17.773437 C 9,17.449707 9.2517186,17.1875 9.5625,17.1875 h 1.875 c 0.310781,0 0.5625,0.262207 0.5625,0.585937 z m 0,-4.6875 C 12,15.362793 11.748281,15.625 11.4375,15.625 H 9.5625 C 9.2517186,15.625 9,15.362793 9,15.039062 V 13.085937 C 9,12.762207 9.2517186,12.5 9.5625,12.5 h 1.875 C 11.748281,12.5 12,12.762207 12,13.085937 Z m 0,-4.6875 C 12,10.675293 11.748281,10.9375 11.4375,10.9375 H 9.5625 C 9.2517186,10.9375 9,10.675293 9,10.351562 V 8.3984372 C 9,8.0747071 9.2517186,7.8125 9.5625,7.8125 h 1.875 C 11.748281,7.8125 12,8.0747071 12,8.3984372 Z m 7.5,4.6875 c 0,0.323731 -0.251719,0.585938 -0.5625,0.585938 h -1.875 C 16.751719,15.625 16.5,15.362793 16.5,15.039062 V 13.085937 C 16.5,12.762207 16.751719,12.5 17.0625,12.5 h 1.875 c 0.310781,0 0.5625,0.262207 0.5625,0.585937 z m 0,-4.6875 c 0,0.323731 -0.251719,0.585938 -0.5625,0.585938 h -1.875 C 16.751719,10.9375 16.5,10.675293 16.5,10.351562 V 8.3984372 C 16.5,8.0747071 16.751719,7.8125 17.0625,7.8125 h 1.875 c 0.310781,0 0.5625,0.2622071 0.5625,0.5859372 z m 0,-4.6874992 C 19.5,5.9877929 19.248281,6.25 18.9375,6.25 h -1.875 C 16.751719,6.25 16.5,5.9877929 16.5,5.6640628 V 3.7109375 C 16.5,3.387207 16.751719,3.125 17.0625,3.125 h 1.875 c 0.310781,0 0.5625,0.262207 0.5625,0.5859375 z M 27,19.726562 c 0,0.323731 -0.251719,0.585938 -0.5625,0.585938 h -1.875 C 24.251719,20.3125 24,20.050293 24,19.726562 v -1.953125 c 0,-0.32373 0.251719,-0.585937 0.5625,-0.585937 h 1.875 c 0.310781,0 0.5625,0.262207 0.5625,0.585937 z m 0,-4.6875 C 27,15.362793 26.748281,15.625 26.4375,15.625 h -1.875 C 24.251719,15.625 24,15.362793 24,15.039062 V 13.085937 C 24,12.762207 24.251719,12.5 24.5625,12.5 h 1.875 C 26.748281,12.5 27,12.762207 27,13.085937 Z"
|
||||
id="path833"
|
||||
style="fill:#ffffff;stroke-width:0.0478417" />
|
||||
</svg>
|
After Width: | Height: | Size: 4.8 KiB |
34
sprites/symbols/fontawesome/city.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/city.svg-8d4c29ab828a6ad06f0000da24d8fdf6.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/city.svg"
|
||||
dest_files=[ "res://.import/city.svg-8d4c29ab828a6ad06f0000da24d8fdf6.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
60
sprites/symbols/fontawesome/cogs.svg
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="30"
|
||||
height="26.786816"
|
||||
viewBox="0 0 30 26.786816"
|
||||
version="1.1"
|
||||
id="svg3140"
|
||||
sodipodi:docname="cogs.svg"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
|
||||
<metadata
|
||||
id="metadata3146">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs3144" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="987"
|
||||
id="namedview3142"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:zoom="3.4167919"
|
||||
inkscape:cx="45.310982"
|
||||
inkscape:cy="22.458876"
|
||||
inkscape:window-x="244"
|
||||
inkscape:window-y="235"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg3140" />
|
||||
<path
|
||||
d="M 14,13.385802 Q 14,11.773422 12.828125,10.632586 11.65625,9.4917512 10,9.4917512 q -1.65625,0 -2.828125,1.1408348 Q 6,11.773422 6,13.385802 6,14.998184 7.171875,16.139018 8.34375,17.279855 10,17.279855 q 1.65625,0 2.828125,-1.140837 Q 14,14.998184 14,13.385802 Z m 12,7.788104 Q 26,20.382926 25.40625,19.804903 24.8125,19.22688 24,19.22688 q -0.8125,0 -1.40625,0.578023 Q 22,20.382926 22,21.173906 q 0,0.806191 0.585937,1.376608 0.585938,0.570418 1.414063,0.570418 0.828125,0 1.414062,-0.570418 Q 26,21.980097 26,21.173906 Z M 26,5.5976989 Q 26,4.80672 25.40625,4.2286964 24.8125,3.6506734 24,3.6506734 q -0.8125,0 -1.40625,0.578023 Q 22,4.80672 22,5.5976989 22,6.4038893 22.585937,6.9743075 23.171875,7.5447247 24,7.5447247 q 0.828125,0 1.414062,-0.5704172 Q 26,6.4038893 26,5.5976989 Z M 20,12.00159 v 2.81406 q 0,0.152111 -0.109375,0.296618 -0.109375,0.144505 -0.25,0.159716 l -2.421875,0.365067 q -0.171875,0.532391 -0.5,1.156048 0.53125,0.730133 1.40625,1.749281 0.109375,0.167321 0.109375,0.304222 0,0.182533 -0.109375,0.289011 -0.359375,0.456334 -1.289063,1.361397 -0.929687,0.905062 -1.226562,0.905062 -0.171875,0 -0.328125,-0.106483 l -1.796875,-1.369001 q -0.578125,0.289011 -1.203125,0.471545 -0.171875,1.642803 -0.359375,2.357727 -0.109375,0.365067 -0.46875,0.365067 h -2.90625 q -0.171875,0 -0.3125,-0.114084 Q 8.09375,22.892764 8.078125,22.740652 L 7.71875,20.413349 Q 7.1875,20.261237 6.546875,19.941803 l -1.84375,1.353792 q -0.109375,0.106483 -0.3125,0.106483 -0.171875,0 -0.328125,-0.121689 -2.25,-2.023083 -2.25,-2.433783 0,-0.1369 0.109375,-0.28901 Q 2.078125,18.344634 2.5625,17.751399 3.046875,17.158166 3.296875,16.82352 2.9375,16.15423 2.75,15.576207 L 0.375,15.211139 Q 0.21875,15.195927 0.109375,15.066632 0,14.937338 0,14.770016 v -2.814062 q 0,-0.152111 0.109375,-0.296616 0.109375,-0.144505 0.25,-0.159716 L 2.78125,11.134554 q 0.171875,-0.53239 0.5,-1.1560471 Q 2.75,9.2483724 1.875,8.229226 1.765625,8.0619041 1.765625,7.9250035 q 0,-0.182533 0.109375,-0.304223 0.34375,-0.4563341 1.28125,-1.3537915 0.9375,-0.8974565 1.234375,-0.8974565 0.171875,0 0.328125,0.1064776 L 6.515625,6.8450129 Q 7.046875,6.5712122 7.71875,6.3582563 7.890625,4.715453 8.078125,4.0157412 8.1875,3.6506734 8.546875,3.6506734 h 2.90625 q 0.171875,0 0.3125,0.1140833 0.140625,0.1140841 0.15625,0.2661947 l 0.359375,2.3273049 q 0.53125,0.1521116 1.171875,0.4715451 l 1.84375,-1.3537913 q 0.125,-0.1064776 0.3125,-0.1064776 0.171875,0 0.328125,0.1216888 2.25,2.0230816 2.25,2.4337822 0,0.1216896 -0.109375,0.2890122 -0.1875,0.2433773 -0.65625,0.8214006 -0.46875,0.5780238 -0.703125,0.9126688 0.359375,0.7301349 0.53125,1.2473139 l 2.375,0.349856 q 0.15625,0.03042 0.265625,0.159717 Q 20,11.834266 20,12.00159 Z m 10,8.107536 v 2.12956 q 0,0.243377 -2.328125,0.471546 -0.1875,0.4107 -0.46875,0.790978 Q 28,25.22007 28,25.600348 q 0,0.06084 -0.0625,0.106477 -1.90625,1.079991 -1.9375,1.079991 -0.125,0 -0.71875,-0.714923 -0.59375,-0.714924 -0.8125,-1.034358 -0.3125,0.03042 -0.46875,0.03042 -0.15625,0 -0.46875,-0.03042 -0.21875,0.319434 -0.8125,1.034358 Q 22.125,26.786816 22,26.786816 q -0.03125,0 -1.9375,-1.079991 Q 20,25.661192 20,25.600348 20,25.22007 20.796875,23.50121 20.515625,23.120932 20.328125,22.710232 18,22.482063 18,22.238686 v -2.12956 q 0,-0.243379 2.328125,-0.471545 0.203125,-0.441124 0.46875,-0.790979 Q 20,17.127743 20,16.747465 q 0,-0.06085 0.0625,-0.106483 0.0625,-0.03042 0.546875,-0.304223 0.484375,-0.273802 0.921875,-0.517179 0.4375,-0.243379 0.46875,-0.243379 0.125,0 0.71875,0.707318 0.59375,0.707317 0.8125,1.026753 0.3125,-0.03042 0.46875,-0.03042 0.15625,0 0.46875,0.03042 0.796875,-1.079991 1.4375,-1.70365 L 26,15.576207 q 0.0625,0 1.9375,1.06478 Q 28,16.686623 28,16.747465 q 0,0.380278 -0.796875,2.099137 0.265625,0.349855 0.46875,0.790979 Q 30,19.865747 30,20.109126 Z M 30,4.5329196 v 2.1295599 q 0,0.2433777 -2.328125,0.4715451 -0.1875,0.4107001 -0.46875,0.7909789 Q 28,9.6438619 28,10.024141 q 0,0.06084 -0.0625,0.106478 -1.90625,1.07999 -1.9375,1.07999 -0.125,0 -0.71875,-0.714923 Q 24.6875,9.7807622 24.46875,9.4613285 24.15625,9.4917494 24,9.4917494 q -0.15625,0 -0.46875,-0.030421 Q 23.3125,9.7807622 22.71875,10.495686 22.125,11.210609 22,11.210609 q -0.03125,0 -1.9375,-1.07999 Q 20,10.084985 20,10.024141 20,9.6438619 20.796875,7.9250035 20.515625,7.5447247 20.328125,7.1340246 18,6.9058572 18,6.6624795 V 4.5329196 Q 18,4.2895416 20.328125,4.0613742 20.53125,3.6202506 20.796875,3.2703953 20,1.5515362 20,1.1712579 20,1.1104163 20.0625,1.0647795 20.125,1.0343586 20.609375,0.76055717 21.09375,0.48675663 21.53125,0.24337788 21.96875,0 22,0 22.125,0 22.71875,0.70731837 23.3125,1.4146359 23.53125,1.7340696 23.84375,1.7036487 24,1.7036487 q 0.15625,0 0.46875,0.030421 0.796875,-1.07999085 1.4375,-1.70364687 L 26,0 Q 26.0625,0 27.9375,1.0647795 28,1.1104136 28,1.1712579 28,1.5515362 27.203125,3.2703953 27.46875,3.6202506 27.671875,4.0613742 30,4.2895416 30,4.5329196 Z"
|
||||
id="path3138"
|
||||
style="fill:#ffffff;stroke-width:0.0154166" />
|
||||
</svg>
|
After Width: | Height: | Size: 6.5 KiB |
34
sprites/symbols/fontawesome/cogs.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/cogs.svg-4981dda10bbfacabb8e193d2031d89fd.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/cogs.svg"
|
||||
dest_files=[ "res://.import/cogs.svg-4981dda10bbfacabb8e193d2031d89fd.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
61
sprites/symbols/fontawesome/coins.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 14 14"
|
||||
version="1.1"
|
||||
id="svg835"
|
||||
sodipodi:docname="coins.svg"
|
||||
width="14"
|
||||
height="14"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
|
||||
<metadata
|
||||
id="metadata841">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs839" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1252"
|
||||
inkscape:window-height="987"
|
||||
id="namedview837"
|
||||
showgrid="false"
|
||||
inkscape:pagecheckerboard="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="1.3046875"
|
||||
inkscape:cx="256"
|
||||
inkscape:cy="256"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg835" />
|
||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
|
||||
<path
|
||||
d="M 0,11.082422 V 12.25 C 0,13.215234 2.3515625,14 5.25,14 8.1484375,14 10.5,13.215234 10.5,12.25 V 11.082422 C 9.3707031,11.878125 7.30625,12.25 5.25,12.25 3.19375,12.25 1.1292969,11.878125 0,11.082422 Z M 8.75,3.5 C 11.648438,3.5 14,2.7152344 14,1.75 14,0.78476562 11.648438,0 8.75,0 5.8515625,0 3.5,0.78476562 3.5,1.75 3.5,2.7152344 5.8515625,3.5 8.75,3.5 Z M 0,8.2140625 V 9.625 c 0,0.965234 2.3515625,1.75 5.25,1.75 2.8984375,0 5.25,-0.784766 5.25,-1.75 V 8.2140625 C 9.3707031,9.14375 7.3035156,9.625 5.25,9.625 3.1964844,9.625 1.1292969,9.14375 0,8.2140625 Z M 11.375,8.5148437 C 12.941797,8.2113281 14,7.6480469 14,7 V 5.8324219 C 13.365625,6.2808594 12.433203,6.5871094 11.375,6.7757813 Z M 5.25,4.375 C 2.3515625,4.375 0,5.3539063 0,6.5625 0,7.7710937 2.3515625,8.75 5.25,8.75 8.1484375,8.75 10.5,7.7710937 10.5,6.5625 10.5,5.3539063 8.1484375,4.375 5.25,4.375 Z m 5.996484,1.5394531 C 12.887109,5.6191406 14,5.0394531 14,4.375 V 3.2074219 C 13.029297,3.89375 11.361328,4.2628906 9.6058594,4.3503906 10.4125,4.7414062 11.005859,5.2664062 11.246484,5.9144531 Z"
|
||||
id="path833"
|
||||
style="fill:#ffffff;stroke-width:0.0273437" />
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/building.svg-565a4a6da30528637c52860f03f9ac31.stex"
|
||||
path="res://.import/coins.svg-70f9299636a88850d5eb95148ff6bdbb.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/building.svg"
|
||||
dest_files=[ "res://.import/building.svg-565a4a6da30528637c52860f03f9ac31.stex" ]
|
||||
source_file="res://sprites/symbols/fontawesome/coins.svg"
|
||||
dest_files=[ "res://.import/coins.svg-70f9299636a88850d5eb95148ff6bdbb.stex" ]
|
||||
|
||||
[params]
|
||||
|
61
sprites/symbols/fontawesome/comments.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 50 45"
|
||||
version="1.1"
|
||||
id="svg2585"
|
||||
sodipodi:docname="comments.svg"
|
||||
width="50"
|
||||
height="45"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
|
||||
<metadata
|
||||
id="metadata2591">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs2589" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="987"
|
||||
id="namedview2587"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:zoom="1.6464844"
|
||||
inkscape:cx="182.32028"
|
||||
inkscape:cy="132.8968"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2585" />
|
||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
|
||||
<path
|
||||
d="M 36.111111,16.071429 C 36.111111,7.1919645 28.029514,0 18.055556,0 8.081597,0 0,7.1919645 0,16.071429 0,19.516742 1.2239583,22.690849 3.2986111,25.3125 2.1354167,28.345982 0.21701389,30.756696 0.19097222,30.78683 0,31.017857 -0.05208333,31.359375 0.06076389,31.660714 c 0.11284722,0.30134 0.35590278,0.482143 0.63368056,0.482143 3.17708335,0 5.80729155,-1.23549 7.69965225,-2.511161 2.7951393,1.577009 6.1024313,2.511161 9.6614593,2.511161 9.973958,0 18.055555,-7.191964 18.055555,-16.071428 z M 46.701389,38.169645 C 48.776042,35.558036 50,32.373883 50,28.928571 50,22.208705 45.355903,16.453125 38.776042,14.052455 c 0.07813,0.662946 0.112847,1.335938 0.112847,2.018974 0,10.637276 -9.348958,19.285716 -20.833333,19.285716 -0.9375,0 -1.848959,-0.08037 -2.751737,-0.19085 C 18.038194,40.941964 24.461806,45 31.944444,45 c 3.559028,0 6.86632,-0.924105 9.661459,-2.511161 C 43.498264,43.76451 46.128472,45 49.305556,45 c 0.277777,0 0.529513,-0.19085 0.63368,-0.482145 0.112849,-0.291289 0.06076,-0.63281 -0.130208,-0.87388 -0.02604,-0.03015 -1.944445,-2.430805 -3.107639,-5.47433 z"
|
||||
id="path2583"
|
||||
style="fill:#ffffff;stroke-width:0.0933777" />
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
34
sprites/symbols/fontawesome/comments.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/comments.svg-87f0c0915dbf4e8af165e7e429a57326.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/comments.svg"
|
||||
dest_files=[ "res://.import/comments.svg-87f0c0915dbf4e8af165e7e429a57326.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
61
sprites/symbols/fontawesome/envelope-open.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 50 43"
|
||||
version="1.1"
|
||||
id="svg845"
|
||||
sodipodi:docname="envelope-open.svg"
|
||||
width="50"
|
||||
height="43"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
|
||||
<metadata
|
||||
id="metadata851">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs849" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1602"
|
||||
inkscape:window-height="480"
|
||||
id="namedview847"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:zoom="0.34565793"
|
||||
inkscape:cx="685.5793"
|
||||
inkscape:cy="315.54406"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg845" />
|
||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
|
||||
<path
|
||||
d="M 50,38.968751 C 50,41.195176 47.901367,43 45.3125,43 H 4.6875 C 2.0986328,43 0,41.195176 0,38.968751 V 16.857687 A 4.6875,4.0312488 0 0 1 1.7956055,13.685094 C 4.2285156,12.044964 6.2390625,10.714988 17.830762,3.4800726 19.473828,2.4498366 22.734082,-0.02912952 25,2.6500009e-4 27.26543,-0.02946546 30.526953,2.4502565 32.169238,3.4799886 43.759766,10.714148 45.773047,12.045972 48.204395,13.685094 A 4.6875,4.0312488 0 0 1 50,16.857687 Z M 43.587305,22.457008 C 43.337012,22.143914 42.835352,22.0711 42.47998,22.29685 40.249023,23.713918 37.06377,25.715433 32.169238,28.770279 30.526172,29.800431 27.265918,32.279229 25,32.249751 22.733301,32.278642 19.47666,29.802195 17.830762,28.770279 12.936816,25.715769 9.7512695,23.714086 7.5200195,22.29685 7.1646484,22.0711 6.6629883,22.143914 6.4126953,22.457008 l -0.8859375,1.108257 a 0.78105469,0.67170683 0 0 0 0.1795899,0.921057 c 2.2350585,1.419251 5.4154293,3.417323 10.2834963,6.455709 1.979883,1.241372 5.519922,4.015543 9.010156,3.995387 3.488672,0.02032 7.027441,-2.752251 9.010059,-3.995387 4.868164,-3.03847 8.048632,-5.036542 10.283496,-6.455709 a 0.78105469,0.67170683 0 0 0 0.17959,-0.921057 z"
|
||||
id="path843"
|
||||
style="stroke-width:0.0905627;fill:#ffffff" />
|
||||
</svg>
|
After Width: | Height: | Size: 3 KiB |
34
sprites/symbols/fontawesome/envelope-open.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/envelope-open.svg-eddd32f621a1eac220839f0f75d96fd0.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/envelope-open.svg"
|
||||
dest_files=[ "res://.import/envelope-open.svg-eddd32f621a1eac220839f0f75d96fd0.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
61
sprites/symbols/fontawesome/envelope.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 30 20"
|
||||
version="1.1"
|
||||
id="svg855"
|
||||
sodipodi:docname="envelope.svg"
|
||||
width="30"
|
||||
height="20"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
|
||||
<metadata
|
||||
id="metadata861">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs859" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1535"
|
||||
inkscape:window-height="613"
|
||||
id="namedview857"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:zoom="0.57708094"
|
||||
inkscape:cx="254.38862"
|
||||
inkscape:cy="81.634681"
|
||||
inkscape:window-x="347"
|
||||
inkscape:window-y="185"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg855" />
|
||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
|
||||
<path
|
||||
d="M 29.43164,6.6041667 C 29.660156,6.442708 30,6.5937498 30,6.8489582 V 17.5 C 30,18.880208 28.740235,20 27.1875,20 H 2.8125 C 1.2597656,20 0,18.880208 0,17.5 V 6.8541667 C 0,6.5937498 0.33398439,6.4479169 0.56835936,6.6093751 1.8808594,7.5156249 3.6210939,8.6666667 9.5976564,12.526042 10.833985,13.328125 12.919922,15.015624 15,15.005208 c 2.091797,0.01563 4.21875,-1.708333 5.408203,-2.479166 C 26.384765,8.6666667 28.11914,7.5104169 29.43164,6.6041667 Z M 15,13.333333 c 1.359375,0.02083 3.316406,-1.520833 4.300781,-2.15625 C 27.076172,6.1614582 27.667969,5.7239582 29.460937,4.4739582 29.800781,4.2395832 30,3.875 30,3.4895832 V 2.5 C 30,1.1197918 28.740235,0 27.1875,0 H 2.8125 C 1.2597656,0 0,1.1197918 0,2.5 V 3.4895832 C 0,3.875 0.19921875,4.2343751 0.5390625,4.4739582 2.3320312,5.7187498 2.9238281,6.1614582 10.699219,11.177083 11.683594,11.8125 13.640625,13.354167 15,13.333333 Z"
|
||||
id="path853"
|
||||
style="fill:#ffffff;stroke-width:0.0552427" />
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
34
sprites/symbols/fontawesome/envelope.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/envelope.svg-0827bc4ba1ff6848614b2ab7b4b72834.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/envelope.svg"
|
||||
dest_files=[ "res://.import/envelope.svg-0827bc4ba1ff6848614b2ab7b4b72834.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
119
sprites/symbols/fontawesome/fast.svg
Normal file
|
@ -0,0 +1,119 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Capa_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="35"
|
||||
height="29.000002"
|
||||
viewBox="0 0 35 29.000002"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="fast.svg"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"><metadata
|
||||
id="metadata913"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs911" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="987"
|
||||
id="namedview909"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:zoom="3.1362275"
|
||||
inkscape:cx="81.722891"
|
||||
inkscape:cy="68.215874"
|
||||
inkscape:window-x="13"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Capa_1"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:lockguides="true" />
|
||||
<g
|
||||
id="g876"
|
||||
transform="matrix(0.05863601,0,0,0.06600513,2,-2.3851522)"
|
||||
style="fill:#ffffff">
|
||||
<path
|
||||
d="m 506.203,41.968 c -3.617,-3.617 -7.902,-5.426 -12.851,-5.426 H 456.81 c -4.948,0 -9.232,1.809 -12.847,5.426 -3.62,3.619 -5.427,7.902 -5.427,12.851 v 193.572 c -0.955,-2.091 -2.19,-3.899 -3.717,-5.424 L 232.11,40.257 c -3.616,-3.615 -6.658,-4.853 -9.136,-3.709 -2.474,1.141 -3.711,4.187 -3.711,9.135 v 202.708 c -0.95,-2.091 -2.187,-3.899 -3.709,-5.424 L 12.847,40.257 C 9.23,36.642 6.186,35.404 3.712,36.548 1.237,37.689 0,40.735 0,45.683 v 420.262 c 0,4.948 1.241,7.998 3.715,9.141 2.474,1.14 5.518,-0.099 9.135,-3.72 L 215.557,268.658 c 1.52,-1.708 2.76,-3.519 3.709,-5.421 v 202.708 c 0,4.948 1.237,7.994 3.711,9.134 2.474,1.14 5.52,-0.1 9.136,-3.717 L 434.822,268.654 c 1.523,-1.711 2.762,-3.524 3.714,-5.428 v 193.571 c 0,4.948 1.81,9.229 5.427,12.847 3.614,3.617 7.898,5.425 12.847,5.425 h 36.546 c 4.944,0 9.232,-1.808 12.85,-5.425 3.614,-3.617 5.425,-7.898 5.425,-12.847 V 54.819 c -0.005,-4.956 -1.811,-9.235 -5.428,-12.851 z"
|
||||
id="path874"
|
||||
style="fill:#ffffff" />
|
||||
</g>
|
||||
<g
|
||||
id="g878"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g880"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g882"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g884"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g886"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g888"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g890"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g892"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g894"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g896"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g898"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g900"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g902"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g904"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
<g
|
||||
id="g906"
|
||||
transform="translate(0,-36.13586)">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/fast.svg-ed2ede9e5f07eaa54eda00268034b8f2.stex"
|
||||
path="res://.import/fast.svg-0e5f26df08f9dba97ccf4b880eb0ee06.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fast.svg"
|
||||
dest_files=[ "res://.import/fast.svg-ed2ede9e5f07eaa54eda00268034b8f2.stex" ]
|
||||
source_file="res://sprites/symbols/fontawesome/fast.svg"
|
||||
dest_files=[ "res://.import/fast.svg-0e5f26df08f9dba97ccf4b880eb0ee06.stex" ]
|
||||
|
||||
[params]
|
||||
|
2
sprites/symbols/fontawesome/folder-open.svg
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg width="2048" height="1792" viewBox="0 0 2048 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1943 952q0 31-31 66l-336 396q-43 51-120.5 86.5t-143.5 35.5h-1088q-34 0-60.5-13t-26.5-43q0-31 31-66l336-396q43-51 120.5-86.5t143.5-35.5h1088q34 0 60.5 13t26.5 43zm-343-344v160h-832q-94 0-197 47.5t-164 119.5l-337 396-5 6q0-4-.5-12.5t-.5-12.5v-960q0-92 66-158t158-66h320q92 0 158 66t66 158v32h544q92 0 158 66t66 158z"/></svg>
|
After Width: | Height: | Size: 462 B |
34
sprites/symbols/fontawesome/folder-open.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/folder-open.svg-8470fba77683e1b2241aa1ad8cf986be.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/folder-open.svg"
|
||||
dest_files=[ "res://.import/folder-open.svg-8470fba77683e1b2241aa1ad8cf986be.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
2
sprites/symbols/fontawesome/folder.svg
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1728 608v704q0 92-66 158t-158 66h-1216q-92 0-158-66t-66-158v-960q0-92 66-158t158-66h320q92 0 158 66t66 158v32h672q92 0 158 66t66 158z"/></svg>
|
After Width: | Height: | Size: 282 B |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/calendar.svg-4fbe4e8ff7750f8c6b821d1ab5f5b51e.stex"
|
||||
path="res://.import/folder.svg-ce833f26ffea4200cf08eaf8a14c25b9.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/calendar.svg"
|
||||
dest_files=[ "res://.import/calendar.svg-4fbe4e8ff7750f8c6b821d1ab5f5b51e.stex" ]
|
||||
source_file="res://sprites/symbols/fontawesome/folder.svg"
|
||||
dest_files=[ "res://.import/folder.svg-ce833f26ffea4200cf08eaf8a14c25b9.stex" ]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
34
sprites/symbols/fontawesome/github-sign.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/github-sign.svg-71b663b9b6ce68b4de56f57fe829d93f.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/github-sign.svg"
|
||||
dest_files=[ "res://.import/github-sign.svg-71b663b9b6ce68b4de56f57fe829d93f.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/graph.svg-a3897e2373c1268fce188530eba003b4.stex"
|
||||
path="res://.import/graph.svg-3cca1cfea19f93fea6bdd718139de3c3.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/graph.svg"
|
||||
dest_files=[ "res://.import/graph.svg-a3897e2373c1268fce188530eba003b4.stex" ]
|
||||
source_file="res://sprites/symbols/fontawesome/graph.svg"
|
||||
dest_files=[ "res://.import/graph.svg-3cca1cfea19f93fea6bdd718139de3c3.stex" ]
|
||||
|
||||
[params]
|
||||
|
1
sprites/symbols/fontawesome/layer-group.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z"/></svg>
|
After Width: | Height: | Size: 899 B |
34
sprites/symbols/fontawesome/layer-group.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/layer-group.svg-6827368c0c6ce14e2c955dfa928a3176.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/layer-group.svg"
|
||||
dest_files=[ "res://.import/layer-group.svg-6827368c0c6ce14e2c955dfa928a3176.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
34
sprites/symbols/fontawesome/meet.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/meet.svg-eb48f1b7416ddbdba594a6fa9cbd82c0.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/meet.svg"
|
||||
dest_files=[ "res://.import/meet.svg-eb48f1b7416ddbdba594a6fa9cbd82c0.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
61
sprites/symbols/fontawesome/pie-chart.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="30"
|
||||
height="30"
|
||||
viewBox="0 0 30 30"
|
||||
version="1.1"
|
||||
id="svg1427"
|
||||
sodipodi:docname="pie-chart.svg"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
|
||||
<metadata
|
||||
id="metadata1433">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs1431" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="987"
|
||||
id="namedview1429"
|
||||
showgrid="false"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:zoom="1.011726"
|
||||
inkscape:cx="397.24182"
|
||||
inkscape:cy="-6.4062496"
|
||||
inkscape:window-x="36"
|
||||
inkscape:window-y="280"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg1427"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:document-rotation="0" />
|
||||
<path
|
||||
d="m 13.333333,16.045674 9.479167,9.84375 Q 20.972222,27.836538 18.515625,28.91827 16.059028,30 13.333333,30 9.7048614,30 6.6406248,28.143029 3.5763889,26.286058 1.7881945,23.103966 0,19.921874 0,16.153847 0,12.385817 1.7881945,9.2037257 3.5763889,6.0216347 6.6406248,4.1646635 9.7048614,2.3076924 13.333333,2.3076924 Z m 3.246528,0.10818 H 30 q 0,2.830529 -1.041667,5.38161 -1.041666,2.551081 -2.916666,4.46214 z m 12.309028,-2.3077 H 15.555556 V 0 q 3.628472,0 6.692708,1.8569712 3.064236,1.8569712 4.85243,5.0390627 1.788195,3.1820911 1.788195,6.9501201 z"
|
||||
id="path1425"
|
||||
style="fill:#ffffff;stroke-width:0.0176918" />
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
34
sprites/symbols/fontawesome/pie-chart.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/pie-chart.svg-606a3d27b54db4d7f8cfb319ab1e17a4.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/pie-chart.svg"
|
||||
dest_files=[ "res://.import/pie-chart.svg-606a3d27b54db4d7f8cfb319ab1e17a4.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/population.svg-3d56f4f7e17f6028aa5b7980dc8fdf72.stex"
|
||||
path="res://.import/population.svg-043590508eea1d73848ec90a0110280c.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/population.svg"
|
||||
dest_files=[ "res://.import/population.svg-3d56f4f7e17f6028aa5b7980dc8fdf72.stex" ]
|
||||
source_file="res://sprites/symbols/fontawesome/population.svg"
|
||||
dest_files=[ "res://.import/population.svg-043590508eea1d73848ec90a0110280c.stex" ]
|
||||
|
||||
[params]
|
||||
|
61
sprites/symbols/fontawesome/question-circle.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 10 10"
|
||||
version="1.1"
|
||||
id="svg835"
|
||||
sodipodi:docname="question-circle.svg"
|
||||
width="10"
|
||||
height="10"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
|
||||
<metadata
|
||||
id="metadata841">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs839" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="987"
|
||||
id="namedview837"
|
||||
showgrid="false"
|
||||
inkscape:pagecheckerboard="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="1.3046875"
|
||||
inkscape:cx="248"
|
||||
inkscape:cy="248"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg835" />
|
||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
|
||||
<path
|
||||
d="M 10,5 C 10,7.762036 7.76123,10 5,10 2.23877,10 0,7.762036 0,5 0,2.239577 2.23877,0 5,0 7.76123,0 10,2.239577 10,5 Z M 5.134173,1.6532258 c -1.098729,0 -1.799496,0.4628432 -2.349778,1.2854432 -0.07129,0.106573 -0.04744,0.250303 0.05474,0.327783 L 3.538712,3.796895 C 3.643651,3.876475 3.793167,3.857545 3.8747,3.754115 4.234861,3.2973 4.481817,3.032401 5.030002,3.032401 c 0.411875,0 0.921331,0.265081 0.921331,0.664476 0,0.301935 -0.249254,0.456996 -0.655928,0.685 C 4.821131,4.647742 4.19355,4.978649 4.19355,5.806452 v 0.08065 c 0,0.133609 0.108327,0.241935 0.241936,0.241935 h 1.129032 c 0.133609,0 0.241936,-0.108326 0.241936,-0.241935 v -0.02688 c 0,-0.573831 1.677137,-0.597722 1.677137,-2.150545 0,-1.169395 -1.213004,-2.0564512 -2.349416,-2.0564512 z M 5,6.653226 c -0.511391,0 -0.927419,0.416028 -0.927419,0.927419 0,0.511371 0.416028,0.92742 0.927419,0.92742 0.511391,0 0.927419,-0.416049 0.927419,-0.92742 C 5.927419,7.069254 5.511391,6.653226 5,6.653226 Z"
|
||||
id="path833"
|
||||
style="fill:#ffffff;stroke-width:0.0201612" />
|
||||
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
34
sprites/symbols/fontawesome/question-circle.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/question-circle.svg-904864308a73f59a2589b236f1cdc0a1.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/question-circle.svg"
|
||||
dest_files=[ "res://.import/question-circle.svg-904864308a73f59a2589b236f1cdc0a1.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
117
sprites/symbols/fontawesome/slow.svg
Normal file
|
@ -0,0 +1,117 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Capa_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="29"
|
||||
height="29.000002"
|
||||
viewBox="0 0 29 29.000001"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="slow.svg"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"><metadata
|
||||
id="metadata872"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs870" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="987"
|
||||
id="namedview868"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:zoom="2.284862"
|
||||
inkscape:cx="82.227504"
|
||||
inkscape:cy="146.1795"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Capa_1" />
|
||||
<g
|
||||
id="g835"
|
||||
transform="matrix(0.09729105,0,0,0.09919312,-0.2219572,0)"
|
||||
style="fill:#ffffff">
|
||||
<path
|
||||
d="M 222.979,133.331 95.073,5.424 C 91.456,1.807 87.178,0 82.226,0 77.274,0 72.993,1.807 69.376,5.424 65.759,9.041 63.952,13.322 63.952,18.271 v 255.813 c 0,4.948 1.807,9.232 5.424,12.847 3.621,3.617 7.902,5.428 12.85,5.428 4.949,0 9.23,-1.811 12.847,-5.428 L 222.979,159.024 c 3.614,-3.613 5.428,-7.897 5.428,-12.847 0,-4.948 -1.813,-9.229 -5.428,-12.846 z"
|
||||
id="path833"
|
||||
style="fill:#ffffff" />
|
||||
</g>
|
||||
<g
|
||||
id="g837"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g839"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g841"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g843"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g845"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g847"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g849"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g851"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g853"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g855"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g857"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g859"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g861"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g863"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
<g
|
||||
id="g865"
|
||||
transform="translate(-63.952)">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/slow.svg-1edfad60d84ce0c376f5c18d7946a2da.stex"
|
||||
path="res://.import/slow.svg-7c07a3120e693626de47e81cb7f351a2.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/slow.svg"
|
||||
dest_files=[ "res://.import/slow.svg-1edfad60d84ce0c376f5c18d7946a2da.stex" ]
|
||||
source_file="res://sprites/symbols/fontawesome/slow.svg"
|
||||
dest_files=[ "res://.import/slow.svg-7c07a3120e693626de47e81cb7f351a2.stex" ]
|
||||
|
||||
[params]
|
||||
|
2
sprites/symbols/fontawesome/spinner.svg
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M526 1394q0 53-37.5 90.5t-90.5 37.5q-52 0-90-38t-38-90q0-53 37.5-90.5t90.5-37.5 90.5 37.5 37.5 90.5zm498 206q0 53-37.5 90.5t-90.5 37.5-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm-704-704q0 53-37.5 90.5t-90.5 37.5-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm1202 498q0 52-38 90t-90 38q-53 0-90.5-37.5t-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm-964-996q0 66-47 113t-113 47-113-47-47-113 47-113 113-47 113 47 47 113zm1170 498q0 53-37.5 90.5t-90.5 37.5-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm-640-704q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm530 206q0 93-66 158.5t-158 65.5q-93 0-158.5-65.5t-65.5-158.5q0-92 65.5-158t158.5-66q92 0 158 66t66 158z"/></svg>
|
After Width: | Height: | Size: 878 B |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/github-sign.svg-206b3863570889f5db50a3777e9d6707.stex"
|
||||
path="res://.import/spinner.svg-4415e9a3f05430fe303e0221221333c9.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/github-sign.svg"
|
||||
dest_files=[ "res://.import/github-sign.svg-206b3863570889f5db50a3777e9d6707.stex" ]
|
||||
source_file="res://sprites/symbols/fontawesome/spinner.svg"
|
||||
dest_files=[ "res://.import/spinner.svg-4415e9a3f05430fe303e0221221333c9.stex" ]
|
||||
|
||||
[params]
|
||||
|
61
sprites/symbols/fontawesome/thumbs-down.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 10 10"
|
||||
version="1.1"
|
||||
id="svg845"
|
||||
sodipodi:docname="thumbs-down.svg"
|
||||
width="10"
|
||||
height="10"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
|
||||
<metadata
|
||||
id="metadata851">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs849" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="987"
|
||||
id="namedview847"
|
||||
showgrid="false"
|
||||
inkscape:pagecheckerboard="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="1.6464844"
|
||||
inkscape:cx="235.9573"
|
||||
inkscape:cy="115.70107"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg845" />
|
||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
|
||||
<path
|
||||
d="m 0,1.09375 v 4.6875 C 0,6.0401367 0.209863,6.25 0.46874937,6.25 H 2.0312473 c 0.2588863,0 0.4687493,-0.2098633 0.4687493,-0.46875 V 1.09375 C 2.4999966,0.83486328 2.2901336,0.625 2.0312473,0.625 H 0.46874937 C 0.209863,0.625 0,0.83486328 0,1.09375 Z M 0.78124895,5 c 0,-0.2588867 0.209863,-0.46875 0.46874935,-0.46875 0.2588864,0 0.4687494,0.2098633 0.4687494,0.46875 0,0.2588867 -0.209863,0.46875 -0.4687494,0.46875 C 0.99111195,5.46875 0.78124895,5.2588867 0.78124895,5 Z M 6.0937418,10 C 5.6995431,10 5.5178637,9.2325586 5.4310279,8.8711914 5.3293483,8.4480273 5.2242117,8.0104492 4.9350715,7.7207617 4.3009122,7.0855273 3.9682173,6.2760937 3.1945074,5.5115625 A 0.23398406,0.23398438 0 0 1 3.1250154,5.3451367 V 1.1699414 c 0,-0.1277539 0.1024022,-0.23199218 0.2301365,-0.23433593 C 3.6643506,0.92994141 4.0718305,0.75828125 4.3834902,0.61962891 5.0036847,0.34371094 5.7755587,3.3203125e-4 6.7186433,0 h 0.055547 C 7.6096775,0 8.597684,0.00806641 8.9963358,0.58080078 9.1602418,0.81628906 9.200359,1.1088086 9.1164138,1.4525195 9.4350071,1.7855859 9.6059248,2.406875 9.4363743,2.9126172 9.7790301,3.3702734 9.8102605,4.0089453 9.6181709,4.4647461 l 0.00215,0.00215 C 9.852604,4.7002734 10.001627,5.0774219 9.9999866,5.4277734 9.9969397,6.0205859 9.4891084,6.5625 8.8368436,6.5625 H 6.8500494 C 6.9927641,7.1160156 7.4999899,7.5807031 7.4999899,8.4091406 7.4999899,9.84375 6.5624912,10 6.0937418,10 Z"
|
||||
id="path843"
|
||||
style="fill:#ffffff;stroke-width:0.0195312" />
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
34
sprites/symbols/fontawesome/thumbs-down.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/thumbs-down.svg-51ba8a083698a3a5912563d5f4254dee.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/thumbs-down.svg"
|
||||
dest_files=[ "res://.import/thumbs-down.svg-51ba8a083698a3a5912563d5f4254dee.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
61
sprites/symbols/fontawesome/thumbs-up.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 10 10"
|
||||
version="1.1"
|
||||
id="svg835"
|
||||
sodipodi:docname="thumbs-up.svg"
|
||||
width="10"
|
||||
height="10"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
|
||||
<metadata
|
||||
id="metadata841">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs839" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="987"
|
||||
id="namedview837"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:zoom="1.3046875"
|
||||
inkscape:cx="256"
|
||||
inkscape:cy="256"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg835" />
|
||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
|
||||
<path
|
||||
d="M 2.0312512,4.375 H 0.46875029 C 0.20986341,4.375 0,4.5848633 0,4.84375 v 4.6875 C 0,9.7901367 0.20986341,10 0.46875029,10 H 2.0312512 C 2.2901381,10 2.5000015,9.7901367 2.5000015,9.53125 V 4.84375 C 2.5000015,4.5848633 2.2901381,4.375 2.0312512,4.375 Z M 1.2500008,9.21875 c -0.25888691,0 -0.46875032,-0.2098633 -0.46875032,-0.46875 0,-0.2588867 0.20986341,-0.46875 0.46875032,-0.46875 0.2588868,0 0.4687503,0.2098633 0.4687503,0.46875 0,0.2588867 -0.2098635,0.46875 -0.4687503,0.46875 z M 7.5000046,1.5908594 c 0,0.8284375 -0.5072269,1.293125 -0.6499418,1.8466406 h 1.9867785 c 0.6522856,0 1.1600984,0.5419141 1.1631453,1.1347266 0.00164,0.3503515 -0.1473829,0.7275195 -0.3796682,0.9608789 l -0.00215,0.00215 C 9.8102794,5.9910563 9.779049,6.6297282 9.436373,7.0873844 9.6059238,7.5931461 9.4350253,8.2144157 9.1164118,8.5474821 9.2003572,8.891193 9.16024,9.1837125 8.9963336,9.4192008 8.5977006,9.9919336 7.6096922,10 6.7742034,10 l -0.055567,-1.95e-5 C 5.7755309,9.9996484 5.0036749,9.6562695 4.3834792,9.3803516 4.0718189,9.2416992 3.6643186,9.0700586 3.3551388,9.064375 3.2274043,9.0620313 3.1250019,8.957793 3.1250019,8.8300391 V 4.6548438 c 0,-0.0625 0.025039,-0.1224805 0.069492,-0.1664258 C 3.9682056,3.7238867 4.3009011,2.9144531 4.9350616,2.2792188 5.2242024,1.9895313 5.3293587,1.5519531 5.4310189,1.1287891 5.5178745,0.76744141 5.6995543,0 6.0937537,0 6.562504,0 7.5000046,0.15625 7.5000046,1.5908594 Z"
|
||||
id="path833"
|
||||
style="fill:#ffffff;stroke-width:0.0195312" />
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
34
sprites/symbols/fontawesome/thumbs-up.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/thumbs-up.svg-958754712d05659a28bf9ef95c9deb5a.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/symbols/fontawesome/thumbs-up.svg"
|
||||
dest_files=[ "res://.import/thumbs-up.svg-958754712d05659a28bf9ef95c9deb5a.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -1,43 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="292.359px" height="292.359px" viewBox="0 0 292.359 292.359" style="enable-background:new 0 0 292.359 292.359;"
|
||||
xml:space="preserve">
|
||||
<g>
|
||||
<path d="M222.979,133.331L95.073,5.424C91.456,1.807,87.178,0,82.226,0c-4.952,0-9.233,1.807-12.85,5.424
|
||||
c-3.617,3.617-5.424,7.898-5.424,12.847v255.813c0,4.948,1.807,9.232,5.424,12.847c3.621,3.617,7.902,5.428,12.85,5.428
|
||||
c4.949,0,9.23-1.811,12.847-5.428l127.906-127.907c3.614-3.613,5.428-7.897,5.428-12.847
|
||||
C228.407,141.229,226.594,136.948,222.979,133.331z"/>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1,023 B |